aboutsummaryrefslogtreecommitdiffstats
path: root/templates/strings.js
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2013-08-05 11:15:45 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2013-08-05 11:15:45 +0100
commit77a38bc1d61f3b9c7faa1855bc1721211fab36ab (patch)
treea2b121de186f3cad63d76d8dc3f9d77a05d5b6f7 /templates/strings.js
parenta19742511ccec2833bc4044b583d1b95b9ca8388 (diff)
parenta9a3ed3f45571d319023e06a2134eb19cab64283 (diff)
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
Diffstat (limited to 'templates/strings.js')
-rw-r--r--templates/strings.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/strings.js b/templates/strings.js
index 85af084..ad0b631 100644
--- a/templates/strings.js
+++ b/templates/strings.js
@@ -20,19 +20,19 @@
password: '[% loc('Please enter a password') %]'
},
strings: {
- login_error: '[% loc('There was a problem logging you in. Please try later') %]',
- logout_error: '[% loc('There was a problem logging you out. Please try later') %]',
+ login_error: '[% loc('There was a problem logging you in. Please try again later.') %]',
+ logout_error: '[% loc('There was a problem logging you out. Please try again later.') %]',
login_details_error: '[% loc('There was a problem logging you in. Please check your email and password') %]',
- password_problem: '[% loc('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: '[% loc('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: '[% loc('Location error') %]',
- location_problem: '[% loc('There was a problem looking up your location') %]',
+ location_problem: '[% loc('There was a problem looking up your location.') %]',
multiple_locations: '[% loc('More than one location matched that name. Select one below or try entering street name and area, or a postcode.') %]',
sync_error: '[% loc('An error was encountered when submitting your report: ') %]',
unknown_sync_error: '[% loc('There was a problem submitting your report. Please try again later.') %]',
- report_send_error: '[% loc('There was a problem submitting your report. Please try again') %]',
+ report_send_error: '[% loc('There was a problem submitting your report. Please try again.') %]',
missing_location: '[% loc('Please enter a location') %]',
location_check_failed: '[% loc('There was a problem checking we cover this location. Please try again later.') %]',
- category_extra_check_error: '[% loc('There was a problem checking if we have all the details we need. Please try again later') %]',
+ category_extra_check_error: '[% loc('There was a problem checking if we have all the details we need. Please try again later.') %]',
locate_dismissed: '[% loc('Please search for a street name and area, or postcode.') %]',
geolocation_failed: '[% loc('Could not determine your location, please search for a street name and area, or postcode instead.') %]',
geolocation_denied: '[% loc('Could not access location services. Please check permissions.') %]',
@@ -40,8 +40,8 @@
required: '[% loc('required') %]',
invalid_email: '[% loc('Invalid email') %]',
invalid_report: '[% loc('Invalid report') %]',
- photo_failed: '[% loc('There was a problem taking your photo') %]',
- no_connection: '[% loc('No network connection available for submitting your report. Please try again later') %]',
+ photo_failed: '[% loc('There was a problem taking your photo.') %]',
+ no_connection: '[% loc('No network connection available for submitting your report. Please try again later.') %]',
more_details: '[% loc('More details') %]'
}
});