diff options
| -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',  | 
