summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2018-04-13 10:57:22 -0400
committerChristopher Speller <crspeller@gmail.com>2018-04-13 07:57:22 -0700
commit21b1cd44e09c41ea581ee05de46db5e5f3fa1696 (patch)
treec939c4f6de8f72d6a2b7936b097163b273088921 /i18n
parentae5e324be8078927bf088bc9dae37189a6ecea6f (diff)
downloadchat-21b1cd44e09c41ea581ee05de46db5e5f3fa1696.tar.gz
chat-21b1cd44e09c41ea581ee05de46db5e5f3fa1696.tar.bz2
chat-21b1cd44e09c41ea581ee05de46db5e5f3fa1696.zip
Fix error handling when requesting profile image for bad user ID (#8618)
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 7abe67567..02ac46e70 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3095,6 +3095,10 @@
"translation": "Could not parse multipart form"
},
{
+ "id": "api.user.get_profile_image.not_found.app_error",
+ "translation": "Unable to get profile image, user not found."
+ },
+ {
"id": "api.user.upload_profile_user.storage.app_error",
"translation": "Unable to upload file. Image storage is not configured."
},