From 66c5f7a31c5d0f26d394b94747c17ee55e5d5ce4 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Tue, 28 Feb 2017 22:11:56 +0900 Subject: Implementation of APIv4: POST users/{user_id}/image (#5537) * APIv4: POST users/{user_id}/image * removed 'return' and rebased to master --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 312622ef8..d46812bd8 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3559,6 +3559,14 @@ "id": "model.client.read_file.app_error", "translation": "We encountered an error while reading the file" }, + { + "id": "model.client.set_profile_user.no_file.app_error", + "translation": "No file under 'image' in request" + }, + { + "id": "model.client.set_profile_user.writer.app_error", + "translation": "Unable to write request" + }, { "id": "model.command.is_valid.create_at.app_error", "translation": "Create at must be a valid time" -- cgit v1.2.3-1-g7c22