diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 15:00:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-24 15:00:57 +0000 |
commit | 0a0f987541b1e0fad869f3af000ee3559b1afbc4 (patch) | |
tree | d37a12a7bce2cc5aa0d66f9b85ced16c6e92a66f /templates/web/default/js | |
parent | e3e507fc06281bf8d23a112412da7e9a85e8553c (diff) |
More details to Details and in translation.
Diffstat (limited to 'templates/web/default/js')
-rw-r--r-- | templates/web/default/js/translation_strings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/default/js/translation_strings.html b/templates/web/default/js/translation_strings.html index 926b59047..6e586d943 100644 --- a/templates/web/default/js/translation_strings.html +++ b/templates/web/default/js/translation_strings.html @@ -25,5 +25,6 @@ home: '[% loc('Home') | replace("'", "\\'") %]', back: '[% loc('Back') | replace("'", "\\'") %]', how_to_send: '[% loc('How to send successful reports') | replace("'", "\\'") %]', + more_details: '[% loc('Details') | replace("'", "\\'") %]', report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]' }; |