summaryrefslogtreecommitdiffstats
path: root/i18n/en.json
diff options
context:
space:
mode:
authorNick Frazier <nrflaw@gmail.com>2016-12-20 08:56:45 -0500
committerChristopher Speller <crspeller@gmail.com>2016-12-20 08:56:45 -0500
commite9a1a8d3d9ee9a952f5552fc708b0e3830b21dd1 (patch)
tree58d5cffcc37c14d38bda4becd324909f838aefef /i18n/en.json
parentfad14e6624d229b41283227e987f2362ef1d5af5 (diff)
downloadchat-e9a1a8d3d9ee9a952f5552fc708b0e3830b21dd1.tar.gz
chat-e9a1a8d3d9ee9a952f5552fc708b0e3830b21dd1.tar.bz2
chat-e9a1a8d3d9ee9a952f5552fc708b0e3830b21dd1.zip
GH-4685 Post a System Message when channel is renamed (#4762)
* test changes * added system message when displayname changed * added test * gofmt
Diffstat (limited to 'i18n/en.json')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 856a24693..2467be4bd 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -320,6 +320,18 @@
"translation": "%s updated the channel header to: %s"
},
{
+ "id": "api.channel.post_update_channel_displayname_message_and_forget.create_post.error",
+ "translation": "Failed to post displayname update message %v"
+ },
+ {
+ "id": "api.channel.post_update_channel_displayname_message_and_forget.retrieve_user.error",
+ "translation": "Failed to retrieve user while trying to save update channel displayname message %v"
+ },
+ {
+ "id": "api.channel.post_update_channel_displayname_message_and_forget.updated_from",
+ "translation": "%s updated the channel display name from: %s to: %s"
+ },
+ {
"id": "api.channel.post_user_add_remove_message_and_forget.error",
"translation": "Failed to post join/leave message %v"
},