summaryrefslogtreecommitdiffstats
path: root/api/post.go
diff options
context:
space:
mode:
authorChengwei Yang <yangchengwei@qiyi.com>2015-09-23 22:37:40 +0800
committerChengwei Yang <yangchengwei@qiyi.com>2015-09-23 22:43:14 +0800
commitf7a32fa38a5c9f33d7fbb3d73d240626211173cc (patch)
tree37a88a60898aa89991ad30e7c0dbf1a2cd1c9cba /api/post.go
parent7eef5be3596470321df8a7a0c6b07aa9cc6edb07 (diff)
downloadchat-f7a32fa38a5c9f33d7fbb3d73d240626211173cc.tar.gz
chat-f7a32fa38a5c9f33d7fbb3d73d240626211173cc.tar.bz2
chat-f7a32fa38a5c9f33d7fbb3d73d240626211173cc.zip
PLT-126: Change 'Private Messages' to 'Direct Messages'
Signed-off-by: Chengwei Yang <yangchengwei@qiyi.com>
Diffstat (limited to 'api/post.go')
-rw-r--r--api/post.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/post.go b/api/post.go
index 21bc35b97..bbbc93115 100644
--- a/api/post.go
+++ b/api/post.go
@@ -230,7 +230,7 @@ func fireAndForgetNotifications(post *model.Post, teamId, siteURL string) {
channel = result.Data.(*model.Channel)
if channel.Type == model.CHANNEL_DIRECT {
bodyText = "You have one new message."
- subjectText = "New Private Message"
+ subjectText = "New Direct Message"
} else {
bodyText = "You have one new mention."
subjectText = "New Mention"