From 20e3c568d146d0fe653975c8059cd4bc2e7911e9 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 9 Dec 2015 06:13:25 -0800 Subject: fixing typo --- api/post.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/post.go') 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 } -- cgit v1.2.3-1-g7c22