Facelifted "direct message" to "private message"

Этот коммит содержится в:
nickago
2015-07-01 09:48:39 -07:00
родитель 5e204030ff
Коммит 27eeabafe0
6 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@@ -227,7 +227,7 @@ func fireAndForgetNotifications(post *model.Post, teamId, teamUrl string) {
channel = result.Data.(*model.Channel)
if channel.Type == model.CHANNEL_DIRECT {
bodyText = "You have one new message."
subjectText = "New Direct Message"
subjectText = "New Private Message"
} else {
bodyText = "You have one new mention."
subjectText = "New Mention"