fixing typo

This commit is contained in:
=Corey Hulen
2015-12-09 06:13:25 -08:00
parent f790bcdbc7
commit 20e3c568d1

View File

@@ -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
}