summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorRaphaƫl Bournhonesque <raphael0202@users.noreply.github.com>2016-11-15 15:37:52 +0100
committerChristopher Speller <crspeller@gmail.com>2016-11-15 09:37:52 -0500
commit526c392aad1f486dddb7cc411244f4446cb06a3a (patch)
tree03e69ac4dabf4cea1f71aecd5cd1739e2d32e42a /i18n/en.json
parente4f46124b0aa0d661bf59f229c0ebc3c7dc65d1d (diff)
downloadchat-526c392aad1f486dddb7cc411244f4446cb06a3a.tar.gz
chat-526c392aad1f486dddb7cc411244f4446cb06a3a.tar.bz2
chat-526c392aad1f486dddb7cc411244f4446cb06a3a.zip
Update error message when uploading too large images (#4535)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index f8163557b..4d5ccd525 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -983,7 +983,7 @@
},
{
"id": "api.file.upload_file.large_image.app_error",
- "translation": "Unable to upload image file. File is too large."
+ "translation": "File above maximum dimensions could not be uploaded: {{.Filename}}"
},
{
"id": "api.file.upload_file.storage.app_error",