summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-07-05 03:17:43 -0400
committerCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-05 09:17:43 +0200
commit6b7a35b653cbb3fdcd27a542c8a7faec4352d153 (patch)
tree065d3c4d425af94fa630e5f0959b94aef65fdc35 /i18n
parent7c855c30dbb0326901a9c087bedd7286dafac47f (diff)
downloadchat-6b7a35b653cbb3fdcd27a542c8a7faec4352d153.tar.gz
chat-6b7a35b653cbb3fdcd27a542c8a7faec4352d153.tar.bz2
chat-6b7a35b653cbb3fdcd27a542c8a7faec4352d153.zip
MM-11118: disallow deleting direct or group channels (#9054)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 36bf8772b..730fc2b63 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -160,6 +160,10 @@
"translation": "The channel has been archived or deleted"
},
{
+ "id": "api.channel.delete_channel.type.invalid",
+ "translation": "Cannot delete direct or group message channels"
+ },
+ {
"id": "api.channel.join_channel.already_deleted.app_error",
"translation": "Channel is already deleted"
},