diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-27 16:44:39 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-30 15:57:51 +0000 |
commit | 26478eb507c00d4fa0066fd75e69f3be3dcafbd0 (patch) | |
tree | e5106eecceb8601640db5cd35d1aab521dd88f4b /templates/web/base | |
parent | 0cabb0b53615ade70e217e44804a9c2ca74867f1 (diff) |
Use nicer default photo upload message.
Diffstat (limited to 'templates/web/base')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index 5ccd9863e..d6e7051b5 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -74,7 +74,8 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %]; hide_pins: '[% loc('Hide pins') | replace("'", "\\'") %]', upload_max_files_exceeded: '[% loc ('Sorry! You’ve hit the limit of images that can be attached to one report.') | replace("'", "\\'") %]', - upload_default_message: '[% loc ('Drag and drop photos here or <u>click to upload</u>') | replace("'", "\\'") %]', + upload_default_message: '[% loc('Drag photos here or <u>browse photos</u>') | replace("'", "\\'") %]', + upload_default_message_mobile: '[% loc('<u>Take or choose existing photo</u>') | replace("'", "\\'") %]', upload_cancel_confirmation: '[% loc ('Are you sure you want to cancel this upload?') | replace("'", "\\'") %]', upload_invalid_file_type: '[% loc ('Please upload an image only') | replace("'", "\\'") %]', |