summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-09 06:13:25 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-09 06:13:25 -0800
commit20e3c568d146d0fe653975c8059cd4bc2e7911e9 (patch)
tree04f9197acf43f08a74f562bfc506d81a242d60b2 /api
parentf790bcdbc74d878e53de9f22ebaf3ba89cab656a (diff)
downloadchat-20e3c568d146d0fe653975c8059cd4bc2e7911e9.tar.gz
chat-20e3c568d146d0fe653975c8059cd4bc2e7911e9.tar.bz2
chat-20e3c568d146d0fe653975c8059cd4bc2e7911e9.zip
fixing typo
Diffstat (limited to 'api')
-rw-r--r--api/post.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/post.go b/api/post.go
index 14dce89e9..6736d75e2 100644
--- a/api/post.go
+++ b/api/post.go
@@ -566,7 +566,7 @@ func sendNotificationsAndForget(c *Context, post *model.Post, team *model.Team,
msg.ServerId = utils.CfgDiagnosticId
if channel.Type == model.CHANNEL_DIRECT {
- msg.Message = channelName + " send you a direct message"
+ msg.Message = channelName + " sent you a direct message"
} else {
msg.Message = profileMap[id].FirstName + " mentioned you in " + channelName
}