From b3c2ecd9b9209413e7272b2fcd7bd3d04f2f85f4 Mon Sep 17 00:00:00 2001 From: Pradeep Murugesan Date: Wed, 25 Jul 2018 14:31:41 +0200 Subject: added the custom icon and username for the outgoing webhook and its response (#9141) * 8272 added the username and icon as part of the model and persisted the same * 8272 added the custome icon and name when set to the web hook response * 8272 changed the infinte loop to timeout after 5 seconds * 8272 fixed review comments --- i18n/en.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index fabe02ff6..629bebc8b 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -4454,6 +4454,13 @@ "id": "model.outgoing_hook.is_valid.words.app_error", "translation": "Invalid trigger words" }, + { + "id": "model.outgoing_hook.username.app_error", + "translation": "Invalid username" + },{ + "id": "model.outgoing_hook.icon_url.app_error", + "translation": "Invalid icon" + }, { "id": "model.plugin_command.error.app_error", "translation": "An error occurred while trying to execute this command." -- cgit v1.2.3-1-g7c22