From c5a890e7b9f8e70c20422c3b8bc1ac273ff112af Mon Sep 17 00:00:00 2001 From: Struan Donald Date: Thu, 15 Aug 2013 17:46:25 +0100 Subject: Improve geolocation failed error message Fixes #96 --- src/js/strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/strings.js') 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', -- cgit v1.2.3