diff options
Diffstat (limited to 'templates/web/default/js')
-rw-r--r-- | templates/web/default/js/translation_strings.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/default/js/translation_strings.html b/templates/web/default/js/translation_strings.html index a0cfc02c9..f6c4f7d41 100644 --- a/templates/web/default/js/translation_strings.html +++ b/templates/web/default/js/translation_strings.html @@ -36,5 +36,7 @@ ok: '[% loc('OK') | replace("'", "\\'") %]', map: '[% loc('MAP') | replace("'", "\\'") %]', + permalink: '[% loc('Permalink') | replace("'", "\\'") %]', + report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]' }; |