From 21b1cd44e09c41ea581ee05de46db5e5f3fa1696 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 13 Apr 2018 10:57:22 -0400 Subject: Fix error handling when requesting profile image for bad user ID (#8618) --- i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 7abe67567..02ac46e70 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3094,6 +3094,10 @@ "id": "api.user.upload_profile_user.parse.app_error", "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." -- cgit v1.2.3-1-g7c22