From 2945e8a2b0ce9306bb049e65eb2410038e0fa18c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 2 Oct 2018 19:33:52 +0200 Subject: 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 --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 469e6976d..69d36cbdb 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -239,6 +239,14 @@ "id": "api.channel.remove_member.removed", "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" -- cgit v1.2.3-1-g7c22