diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-08-05 11:15:45 +0100 |
---|---|---|
committer | Jedidiah Broadbent <hello@jedidiah.eu> | 2013-08-05 11:15:45 +0100 |
commit | 77a38bc1d61f3b9c7faa1855bc1721211fab36ab (patch) | |
tree | a2b121de186f3cad63d76d8dc3f9d77a05d5b6f7 /src/js/strings.js | |
parent | a19742511ccec2833bc4044b583d1b95b9ca8388 (diff) | |
parent | a9a3ed3f45571d319023e06a2134eb19cab64283 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
Diffstat (limited to 'src/js/strings.js')
-rw-r--r-- | src/js/strings.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/js/strings.js b/src/js/strings.js index 9f2f1aa..e0a7114 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -20,19 +20,19 @@ password: 'Please enter a password' }, strings: { - login_error: 'There was a problem logging you in. Please try later', - logout_error: 'There was a problem logging you out. Please try later', + login_error: 'There was a problem logging you in. Please try again later.', + logout_error: 'There was a problem logging you out. Please try again later.', login_details_error: 'There was a problem logging you in. Please check your email and password', - password_problem: 'There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option', + password_problem: 'There was a problem with your email/password combination. If you have forgotten your password, or do not have one, you can set one by returning to the email screen and selecting the set password option.', location_error: 'Location error', - location_problem: 'There was a problem looking up your location', + location_problem: 'There was a problem looking up your location.', multiple_locations: 'More than one location matched that name. Select one below or try entering street name and area, or a postcode.', sync_error: 'An error was encountered when submitting your report: ', unknown_sync_error: 'There was a problem submitting your report. Please try again later.', - report_send_error: 'There was a problem submitting your report. Please try again', + report_send_error: 'There was a problem submitting your report. Please try again.', missing_location: 'Please enter a location', location_check_failed: 'There was a problem checking we cover this location. Please try again later.', - category_extra_check_error: 'There was a problem checking if we have all the details we need. Please try again later', + category_extra_check_error: 'There was a problem checking if we have all the details we need. Please try again later.', locate_dismissed: 'Please search for a street name and area, or postcode.', geolocation_failed: 'Could not determine your location, please search for a street name and area, or postcode instead.', geolocation_denied: 'Could not access location services. Please check permissions.', @@ -40,8 +40,8 @@ required: 'required', invalid_email: 'Invalid email', invalid_report: 'Invalid report', - photo_failed: 'There was a problem taking your photo', - no_connection: 'No network connection available for submitting your report. Please try again later', + photo_failed: 'There was a problem taking your photo.', + no_connection: 'No network connection available for submitting your report. Please try again later.', more_details: 'More details' } }); |