diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:29:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:29:55 +0100 |
commit | b5fee0ef1e6c883f3c569812cdaf0fbfb0e7fa6a (patch) | |
tree | 6dd0667c044f1916238b7252f8228ebbb53b46f6 /src/js/strings.js | |
parent | 38549e526d94d4c7dac7671ea38d861b36734cfb (diff) |
Location instead of position
For consistency
Diffstat (limited to 'src/js/strings.js')
-rw-r--r-- | src/js/strings.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/strings.js b/src/js/strings.js index 1fada88..9cb6ae0 100644 --- a/src/js/strings.js +++ b/src/js/strings.js @@ -38,8 +38,8 @@ geolocation_failed: "Sorry, but we weren't able to establish your location accurately enough to show you a map. Please enter a location in the search box instead", geolocation_denied: 'Could not access location services. Please check permissions.', select_category: '-- Pick a category --', - offline_got_position: 'Got position.', - offline_failed_position: 'Could not get position.', + offline_got_position: 'Got location.', + offline_failed_position: 'Could not get location.', required: 'required', invalid_email: 'Invalid email', invalid_report: 'Invalid report', |