diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-05-03 11:25:13 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-05-03 13:32:54 +0100 |
commit | 89b0efeb94631c4c31ce33e7f98297e754dd226d (patch) | |
tree | 44d1d7ade0861dd15b8cc480c4b8dafd629367e4 /templates | |
parent | 7777e305ee6f00ab6503f07249b13756bbd749b1 (diff) |
Version 1.8.2.v1.8.2
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index b97104f92..2171566ba 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -50,7 +50,7 @@ upload_max_files_exceeded: '[% loc ('Whoa there Testino! Three photos are enough.') | replace("'", "\\'") %]', upload_default_message: '[% loc ('Drag and drop photos here or <u>click to upload</u>') | replace("'", "\\'") %]', upload_cancel_confirmation: '[% loc ('Are you sure you want to cancel this upload?') | replace("'", "\\'") %]', - upload_invalid_file_type: '[% loc ('Please upload a JPEG image only') | replace("'", "\\'") %]', + upload_invalid_file_type: '[% loc ('Please upload an image only') | replace("'", "\\'") %]', report_problem_heading: '[% loc('Click map to report a problem') | replace("'", "\\'") %]' }; |