diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index 9747773d9..881f6ecb9 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -4,7 +4,10 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %]; translation_strings = { update: '[% loc('Please enter a message') | replace("'", "\\'") %]', - title: '[% loc('Please enter a subject') | replace("'", "\\'") %]', + title: { + required: '[% loc('Please enter a subject') | replace("'", "\\'") %]', + maxlength: '[% loc('Summaries are limited to {0} characters in length. Please shorten your summary') | replace("'", "\\'") %]' + }, detail: { required: '[% loc('Please enter some details') | replace("'", "\\'") %]', maxlength: '[% loc('Reports are limited to {0} characters in length. Please shorten your report') | replace("'", "\\'") %]', |