summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_list.jsx
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 /web/react/components/post_list.jsx
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 'web/react/components/post_list.jsx')
-rw-r--r--web/react/components/post_list.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 703e548fb..218922b67 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -326,8 +326,8 @@ export default class PostList extends React.Component {
<strong><UserProfile userId={teammate.id} /></strong>
</div>
<p className='channel-intro-text'>
- {'This is the start of your private message history with ' + teammateName + '.'}<br/>
- {'Private messages and files shared here are not shown to people outside this area.'}
+ {'This is the start of your direct message history with ' + teammateName + '.'}<br/>
+ {'Direct messages and files shared here are not shown to people outside this area.'}
</p>
<a
className='intro-links'
@@ -346,7 +346,7 @@ export default class PostList extends React.Component {
return (
<div className='channel-intro'>
- <p className='channel-intro-text'>{'This is the start of your private message history with this teammate. Private messages and files shared here are not shown to people outside this area.'}</p>
+ <p className='channel-intro-text'>{'This is the start of your direct message history with this teammate. Direct messages and files shared here are not shown to people outside this area.'}</p>
</div>
);
}