diff options
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 3eb5dbe..dd82aaf 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -31,7 +31,7 @@ unknown_sync_error: 'There was a problem submitting your report. Please try again later.', 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', + location_check_failed: 'There was a problem checking we cover this location. 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_denied: 'Could not access location services. Please check permissions.', |