summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorTsilavina Razafinirina <t.razafinirina@gmail.com>2017-12-08 22:15:33 +0300
committerChristopher Speller <crspeller@gmail.com>2017-12-08 11:15:33 -0800
commit0cdf969ac71440cd52dd5b069a9068a9e5d49bd3 (patch)
tree154c3afa779b31554eaba867d97b265d293450be /i18n
parent617a98d6d8a48e347921bdcaa5155b4022174d87 (diff)
downloadchat-0cdf969ac71440cd52dd5b069a9068a9e5d49bd3.tar.gz
chat-0cdf969ac71440cd52dd5b069a9068a9e5d49bd3.tar.bz2
chat-0cdf969ac71440cd52dd5b069a9068a9e5d49bd3.zip
PLT-6217-bis Fixes system message posted to Town Square when a user joins a team #7863 (#7864)
* Adds new string post message when a user has joined a team (#6483) * Simplifies long if statement in post.go (#6483)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 81bd6ca8a..f4ddaf217 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2287,6 +2287,10 @@
"translation": "Email must be from a specific domain (e.g. @example.com). Please ask your systems administrator for details."
},
{
+ "id": "api.team.join_team.post_and_forget",
+ "translation": "%v joined the team."
+ },
+ {
"id": "api.team.leave.left",
"translation": "%v left the team."
},