summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-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."
},