diff options
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' } }); |