From 0685afd1d197584e78a111934754d7111bb2dbe8 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Tue, 17 Jan 2017 20:45:18 +0000 Subject: PLT-2978: Add channel purpose change system message. (#5094) Completes original patch by David Lu. --- i18n/en.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index f4b752dc1..84306f0ce 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -331,6 +331,26 @@ "id": "api.channel.post_update_channel_header_message_and_forget.updated_to", "translation": "%s updated the channel header to: %s" }, + { + "id": "app.channel.post_update_channel_purpose_message.post.error", + "translation": "Failed to post channel purpose message" + }, + { + "id": "app.channel.post_update_channel_purpose_message.removed", + "translation": "%s removed the channel purpose (was: %s)" + }, + { + "id": "app.channel.post_update_channel_purpose_message.retrieve_user.error", + "translation": "Failed to retrieve user while trying to save update channel purpose message %v" + }, + { + "id": "app.channel.post_update_channel_purpose_message.updated_from", + "translation": "%s updated the channel purpose from: %s to: %s" + }, + { + "id": "app.channel.post_update_channel_purpose_message.updated_to", + "translation": "%s updated the channel purpose to: %s" + }, { "id": "api.channel.post_user_add_remove_message_and_forget.error", "translation": "Failed to post join/leave message" -- cgit v1.2.3-1-g7c22