diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-26 17:23:37 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-26 17:55:46 +0100 |
commit | 7b9abb10de6acac1e29bb4d9953582e3ff559aff (patch) | |
tree | 8c5d51f1575a50413d0f607c6da97195d6826da2 /www/js | |
parent | 8311a96be0d6e890c94e57764cac8f467d56d061 (diff) |
more expansive lookup failed error messages
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/strings.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/strings.js b/www/js/strings.js index 081fd76..82f17ab 100644 --- a/www/js/strings.js +++ b/www/js/strings.js @@ -26,12 +26,12 @@ password_problem: 'There was a problem with your email/password combination', location_error: 'Location error', location_problem: 'There was a problem looking up your location', - multiple_locations: 'More than one location matched that name', + multiple_locations: 'More than one location matched that name. Select one below or try entering street name and area, or a postcode.', sync_error: 'Sync error', 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, please search for a location instead.', + geolocation_failed: 'Could not determine your location, please search for a street name and area, or postcode instead.', geolocation_denied: 'Could not access location services. Please check permissions.', select_category: '-- Pick a categoy --', required: 'required', |