summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-09-13 13:10:10 -0400
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-09-13 19:10:10 +0200
commitfd21e53365d504155ab87f9bef60b1ab4faeb38d (patch)
tree90f938af0625c544b3f8cee10efda59a206ccd55 /i18n/en.json
parent7d60bc8cf57b9e47ad4d07bc4bbf61ee2f23c457 (diff)
downloadchat-fd21e53365d504155ab87f9bef60b1ab4faeb38d.tar.gz
chat-fd21e53365d504155ab87f9bef60b1ab4faeb38d.tar.bz2
chat-fd21e53365d504155ab87f9bef60b1ab4faeb38d.zip
MM-12007 Add max dimensions to emoji images (5.3) (#9407)
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 5345fa0cf..0ad1722fc 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1009,6 +1009,10 @@
"translation": "Unable to create emoji. File must be a PNG, JPEG, or GIF."
},
{
+ "id": "api.emoji.upload.large_image.too_large.app_error",
+ "translation": "Unable to create emoji. Image must be smaller than {{.MaxWidth}} by {{.MaxHeight}}."
+ },
+ {
"id": "api.emoji.upload.large_image.decode_error",
"translation": "Unable to create emoji. An error occurred when trying to decode the image."
},