diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:02:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-16 17:02:25 +0100 |
commit | 6ee7d197f163db2020e5a315a33afc1db4fe977e (patch) | |
tree | f68f236ea061aeb719dd76bc07a707682039af78 /templates/strings.js | |
parent | 77d77ebd3825f0da841bed378b96d5b08c56704d (diff) |
Remove hardcoded position result strings from offline page
Diffstat (limited to 'templates/strings.js')
-rw-r--r-- | templates/strings.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/strings.js b/templates/strings.js index d5bbc54..58f1a80 100644 --- a/templates/strings.js +++ b/templates/strings.js @@ -38,6 +38,8 @@ geolocation_failed: "[% loc("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: '[% loc('Could not access location services. Please check permissions.') %]', select_category: '[% loc('-- Pick a category --') %]', + offline_got_position: '[% loc('Got position.') %]', + offline_failed_position: '[% loc('Could not get position.') %]', required: '[% loc('required') %]', invalid_email: '[% loc('Invalid email') %]', invalid_report: '[% loc('Invalid report') %]', |