From e39ab5c7dcfd6f16264b4a601aca7fa5a572dccf Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 10 Sep 2018 07:38:04 -0400 Subject: MM-12007 Add max dimensions to emoji images (#9379) --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 5345fa0cf..0ad1722fc 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1008,6 +1008,10 @@ "id": "api.emoji.upload.image.app_error", "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." -- cgit v1.2.3-1-g7c22