From 72f61ab96aabf65c162c8d94b5b843b5108ee1a9 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 31 Jul 2017 08:52:45 -0700 Subject: make cli team / channel delete operations also delete webhooks and slash commands (#7028) --- 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 251b1d929..f1657efcb 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -6251,10 +6251,18 @@ "id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error", "translation": "We couldn't delete the webhook" }, + { + "id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error", + "translation": "We couldn't delete the webhook" + }, { "id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error", "translation": "We couldn't delete the webhook" }, + { + "id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error", + "translation": "We couldn't delete the webhook" + }, { "id": "store.sql_webhooks.save_incoming.app_error", "translation": "We couldn't save the IncomingWebhook" -- cgit v1.2.3-1-g7c22