From 07b14c370a6c911c89e1812bc796a445e5223604 Mon Sep 17 00:00:00 2001 From: Saturnino Abril Date: Tue, 27 Mar 2018 21:14:42 +0800 Subject: post a system message after a channel is converted from public to private (#8501) --- i18n/en.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 0ce0a47e6..8f0e61588 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -331,6 +331,18 @@ "id": "api.channel.leave.left", "translation": "%v left the channel." }, + { + "id": "api.channel.post_convert_channel_to_private.create_post.error", + "translation": "Failed to post channel conversion to private message" + }, + { + "id": "api.channel.post_convert_channel_to_private.retrieve_user.error", + "translation": "Failed to retrieve user while converting the channel from public to private" + }, + { + "id": "api.channel.post_convert_channel_to_private.updated_from", + "translation": "%s converted the channel from public to private" + }, { "id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error", "translation": "Failed to post displayname update message" -- cgit v1.2.3-1-g7c22