aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/js/translation_strings.html2
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js2
2 files changed, 3 insertions, 1 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("'", "\\'") %]'
};
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index f638eed9a..1bcb8f3c0 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -379,7 +379,7 @@ $.fn.drawer = function(id, ajax) {
//add permalink on desktop, force hide on mobile
if (cobrand != 'zurich') {
- $('#sub_map_links').append('<a href="#" id="map_permalink">Permalink</a>');
+ $('#sub_map_links').append('<a href="#" id="map_permalink">' + translation_strings.permalink + '</a>');
}
if($('.mobile').length){