diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-21 16:30:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-21 16:30:17 +0000 |
commit | e3330aeaa79c54ebb99cffd74bf917d2da0ffcb5 (patch) | |
tree | 934d371276fb5c0c8e3688e44bfadb453ced72c0 | |
parent | 1fcda0014022042efb17920699638c30156b04d2 (diff) |
Reword maximum number of images error message.
-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 1b0735919..af3073f91 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -65,7 +65,7 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %]; show_pins: '[% loc('Show pins') | replace("'", "\\'") %]', hide_pins: '[% loc('Hide pins') | replace("'", "\\'") %]', - upload_max_files_exceeded: '[% loc ('Whoa there Testino! Three photos are enough.') | 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_cancel_confirmation: '[% loc ('Are you sure you want to cancel this upload?') | replace("'", "\\'") %]', upload_invalid_file_type: '[% loc ('Please upload an image only') | replace("'", "\\'") %]', |