aboutsummaryrefslogtreecommitdiffstats
path: root/templates/strings.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-08-15 17:46:25 +0100
committerStruan Donald <struan@exo.org.uk>2013-08-15 17:46:25 +0100
commitc5a890e7b9f8e70c20422c3b8bc1ac273ff112af (patch)
tree7069cbcc009f31dce1607c343c95dc9553f6f422 /templates/strings.js
parentbb76e80682aeed6bfc1bc9237fb05a9da0b62704 (diff)
Improve geolocation failed error message
Fixes #96
Diffstat (limited to 'templates/strings.js')
-rw-r--r--templates/strings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/strings.js b/templates/strings.js
index 79a2f88..aaf7270 100644
--- a/templates/strings.js
+++ b/templates/strings.js
@@ -35,7 +35,7 @@
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.') %]',
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_failed: "[% loc("Sorry, but we weren't able to establish your location accurately enough to show you a map. Please enter a location in the search box instead") %]",
geolocation_denied: '[% loc('Could not access location services. Please check permissions.') %]',
select_category: '[% loc('-- Pick a category --') %]',
required: '[% loc('required') %]',