summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-01-26 13:35:50 -0500
committerGitHub <noreply@github.com>2018-01-26 13:35:50 -0500
commit8d66523ba7d9a77129844be476732ebfd5272d64 (patch)
treec44156e8e618a4f477eb2581a453d7dbd66159ca
parent1c7f25773a77ceb9e84feabe3907e7f93f6870e4 (diff)
downloadchat-8d66523ba7d9a77129844be476732ebfd5272d64.tar.gz
chat-8d66523ba7d9a77129844be476732ebfd5272d64.tar.bz2
chat-8d66523ba7d9a77129844be476732ebfd5272d64.zip
Used a consistent tense for system messages (#8079)
-rw-r--r--app/team.go2
-rw-r--r--i18n/en.json14
2 files changed, 8 insertions, 8 deletions
diff --git a/app/team.go b/app/team.go
index 71eb00569..de5e3fa30 100644
--- a/app/team.go
+++ b/app/team.go
@@ -681,7 +681,7 @@ func (a *App) postRemoveFromTeamMessage(user *model.User, channel *model.Channel
Type: model.POST_REMOVE_FROM_TEAM,
UserId: user.Id,
Props: model.StringInterface{
- "removedUsername": user.Username,
+ "username": user.Username,
},
}
diff --git a/i18n/en.json b/i18n/en.json
index 88df06f37..2cfb16de5 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -153,7 +153,7 @@
},
{
"id": "api.channel.add_member.added",
- "translation": "%v added to the channel by %v"
+ "translation": "%v added to the channel by %v."
},
{
"id": "api.channel.add_member.find_channel.app_error",
@@ -233,7 +233,7 @@
},
{
"id": "api.channel.delete_channel.archived",
- "translation": "%v has archived the channel."
+ "translation": "%v archived the channel."
},
{
"id": "api.channel.delete_channel.cannot.app_error",
@@ -297,7 +297,7 @@
},
{
"id": "api.channel.join_channel.post_and_forget",
- "translation": "%v has joined the channel."
+ "translation": "%v joined the channel."
},
{
"id": "api.channel.leave.default.app_error",
@@ -313,7 +313,7 @@
},
{
"id": "api.channel.leave.left",
- "translation": "%v has left the channel."
+ "translation": "%v left the channel."
},
{
"id": "api.channel.change_channel_privacy.private_to_public",
@@ -369,7 +369,7 @@
},
{
"id": "api.channel.remove_member.removed",
- "translation": "%v was removed from the channel."
+ "translation": "%v removed from the channel."
},
{
"id": "api.channel.remove_member.unable.app_error",
@@ -2184,7 +2184,7 @@
},
{
"id": "api.team.add_user_to_team.added",
- "translation": "%v added to the team by %v"
+ "translation": "%v added to the team by %v."
},
{
"id": "api.team.add_user_to_team.missing_parameter.app_error",
@@ -2320,7 +2320,7 @@
},
{
"id": "api.team.remove_user_from_team.removed",
- "translation": "%v was removed from the team."
+ "translation": "%v removed from the team."
},
{
"id": "api.team.signup_team.email_disabled.app_error",