summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorSaturnino Abril <saturnino.abril@gmail.com>2017-03-14 21:08:58 +0900
committerGeorge Goldberg <george@gberg.me>2017-03-14 12:08:58 +0000
commita71a9fc3bff1b6a6c9d5e0a65f53686922572834 (patch)
treec132dcdb82cef953634e091d91fddab1c3572efe /i18n
parentaafc63933a7e213261e28ac7f528cea50b70e1af (diff)
downloadchat-a71a9fc3bff1b6a6c9d5e0a65f53686922572834.tar.gz
chat-a71a9fc3bff1b6a6c9d5e0a65f53686922572834.tar.bz2
chat-a71a9fc3bff1b6a6c9d5e0a65f53686922572834.zip
APIv4 DELETE channels/{channel_id} (#5723)
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 017ac7bc0..04a312115 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -304,6 +304,10 @@
"translation": "You do not have the appropriate permissions"
},
{
+ "id": "api.channel.join_channel.already_deleted.app_error",
+ "translation": "Channel is already deleted"
+ },
+ {
"id": "api.channel.join_channel.post_and_forget",
"translation": "%v has joined the channel."
},