diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-24 16:44:26 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-24 18:23:47 +0100 |
commit | e7bf9b7aab7e5ed61942f3f159dbbd831781f3be (patch) | |
tree | 948824e41e24570a88a314c72184a102c900e3dd /www/js/strings.js | |
parent | 602f5b9e616745124c33b30996c2c787fe5bb29b (diff) |
if initial geolocation fails then display a message on the map screen
rather than a whole new page
Diffstat (limited to 'www/js/strings.js')
-rw-r--r-- | www/js/strings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/strings.js b/www/js/strings.js index 6ef6f54..081fd76 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -31,7 +31,7 @@ report_send_error: 'There was a problem submitting your report. Please try again', missing_location: 'Please enter a location', location_check_failed: 'Could not check your location', - geolocation_failed: 'Could not determine your location', + geolocation_failed: 'Could not determine your location, please search for a location instead.', geolocation_denied: 'Could not access location services. Please check permissions.', select_category: '-- Pick a categoy --', required: 'required', |