summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-10-02 19:33:52 +0200
committerGitHub <noreply@github.com>2018-10-02 19:33:52 +0200
commit2945e8a2b0ce9306bb049e65eb2410038e0fa18c (patch)
treecee7c4edc0a947496caec9bf9e6b84b09231d926 /i18n
parentc82a84ed765bd9c4d601b93201d93af92f6ee742 (diff)
downloadchat-2945e8a2b0ce9306bb049e65eb2410038e0fa18c.tar.gz
chat-2945e8a2b0ce9306bb049e65eb2410038e0fa18c.tar.bz2
chat-2945e8a2b0ce9306bb049e65eb2410038e0fa18c.zip
MM-10699: Disallow renaming direct and group message channels (#9518)
* MM-10699: Disallow renaming direct and group message channels * Replacing errors.New with errors.Wrapf
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 469e6976d..69d36cbdb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -240,6 +240,14 @@
"translation": "%v removed from the channel."
},
{
+ "id": "api.channel.rename_channel.cant_rename_direct_messages.app_error",
+ "translation": "You cannot rename a direct message channel"
+ },
+ {
+ "id": "api.channel.rename_channel.cant_rename_group_messages.app_error",
+ "translation": "You cannot rename a group message channel"
+ },
+ {
"id": "api.channel.update_channel.deleted.app_error",
"translation": "The channel has been archived or deleted"
},