summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-03-22 11:13:44 -0400
committerCorey Hulen <corey@hulen.com>2017-03-22 08:13:44 -0700
commit61b1237c20bc71334acc4f96606a077a6b8c262a (patch)
tree57f451ee384bea695440ee92f54d8520af128609 /i18n
parent0e98dfa445722d69bd553e5b657db7162d96cd5b (diff)
downloadchat-61b1237c20bc71334acc4f96606a077a6b8c262a.tar.gz
chat-61b1237c20bc71334acc4f96606a077a6b8c262a.tar.bz2
chat-61b1237c20bc71334acc4f96606a077a6b8c262a.zip
Update channel permissions for v4 endpoints (#5829)
* Fix join channel permission for v4 endpoint * Allow regular users to get public channels they are not in * Fix unit test
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 8e02271aa..bec89c477 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3112,6 +3112,14 @@
"translation": "Create Group Message"
},
{
+ "id": "authentication.permissions.read_public_channel.description",
+ "translation": "Ability to read public channels"
+ },
+ {
+ "id": "authentication.permissions.read_public_channel.name",
+ "translation": "Read Public Channels"
+ },
+ {
"id": "authentication.permissions.create_team_roles.description",
"translation": "Ability to create new teams"
},