From 07c5f0bc2aa1f94305960290b3d5edab59e048ec Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 2 Jun 2017 11:43:08 -0400 Subject: [PATCH] PLT-6503 Updated error when invalid image is uploaded as profile picture (#6508) --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index ec8ae741b6..b71c1e9157 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2737,7 +2737,7 @@ }, { "id": "api.user.upload_profile_user.decode_config.app_error", - "translation": "Could not decode profile image config." + "translation": "Could not save profile image. File does not appear to be a valid image." }, { "id": "api.user.upload_profile_user.encode.app_error",