diff options
Diffstat (limited to 'templates/web/base/js')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index d006442af..d6aca9ccb 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -37,6 +37,8 @@ geolocation_no_result: '[% loc('No result returned') | replace("'", "\\'") %]', geolocation_unknown: '[% loc('Unknown error') | replace("'", "\\'") %]', + correct_position: '[% loc('Right place?') | replace("'", "\\'") %]', + reporting_a_problem: '[% loc('Reporting a problem') | replace("'", "\\'") %]', ok: '[% loc('OK') | replace("'", "\\'") %]', map: '[% loc('MAP') | replace("'", "\\'") %]', |