aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-05-03 11:25:13 +0100
committerMatthew Somerville <matthew@mysociety.org>2016-05-03 13:32:54 +0100
commit89b0efeb94631c4c31ce33e7f98297e754dd226d (patch)
tree44d1d7ade0861dd15b8cc480c4b8dafd629367e4 /templates
parent7777e305ee6f00ab6503f07249b13756bbd749b1 (diff)
Version 1.8.2.v1.8.2
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/js/translation_strings.html2
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("'", "\\'") %]'
};