diff options
author | Struan Donald <struan@exo.org.uk> | 2013-04-23 18:03:38 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-04-23 18:03:38 +0100 |
commit | 55dc5f4d32de5bd93de46093296c8b05c36a335d (patch) | |
tree | e32d8ed2a5b4e1a5bb842a391f48dba9ff027fca /www/js/strings.js | |
parent | e2228cc41a0de205db7b2ea2bbc3a26658d858de (diff) |
display sensible error message if location services are turned off
Diffstat (limited to 'www/js/strings.js')
-rw-r--r-- | www/js/strings.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/strings.js b/www/js/strings.js index eef7a4f..f1a1aa2 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -28,6 +28,7 @@ missing_location: 'Please enter a location', location_check_failed: 'Could not check your location', geolocation_failed: 'Could not determine your location', + geolocation_denied: 'Could not access location services. Please check permissions.', select_category: '-- Pick a categoy --', required: 'required', invalid_email: 'Invalid email', |