summaryrefslogtreecommitdiffstats
path: root/app/team.go
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 /app/team.go
parent1c7f25773a77ceb9e84feabe3907e7f93f6870e4 (diff)
downloadchat-8d66523ba7d9a77129844be476732ebfd5272d64.tar.gz
chat-8d66523ba7d9a77129844be476732ebfd5272d64.tar.bz2
chat-8d66523ba7d9a77129844be476732ebfd5272d64.zip
Used a consistent tense for system messages (#8079)
Diffstat (limited to 'app/team.go')
-rw-r--r--app/team.go2
1 files changed, 1 insertions, 1 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,
},
}