diff options
Diffstat (limited to 'templates/web/base/js')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index a2e3c16c5..f6e1e580b 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -71,6 +71,12 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %]; login_with_email: '[% loc('Log in with email') | replace("'", "\\'") %]', [% END ~%] + report_a_problem_btn: { + default: '[% loc('Report a problem') | replace("'", "\\'") %]', + here: '[% loc('Report a problem here') | replace("'", "\\'") %]', + another: '[% loc('Report another problem here') | replace("'", "\\'") %]' + }, + offline: { your_reports: '[% loc('Your offline reports') | replace("'", "\\'") %]', update_saved: '[% loc('Your update has been saved offline for submission when back online.') | replace("'", "\\'") %]', |