diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-15 17:46:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-15 17:46:25 +0100 |
commit | c5a890e7b9f8e70c20422c3b8bc1ac273ff112af (patch) | |
tree | 7069cbcc009f31dce1607c343c95dc9553f6f422 /src/js/strings.js | |
parent | bb76e80682aeed6bfc1bc9237fb05a9da0b62704 (diff) |
Improve geolocation failed error message
Fixes #96
Diffstat (limited to 'src/js/strings.js')
-rw-r--r-- | src/js/strings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/strings.js b/src/js/strings.js index a3c5a1c..545795c 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -35,7 +35,7 @@ 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.', 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_failed: "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: 'Could not access location services. Please check permissions.', select_category: '-- Pick a category --', required: 'required', |