From 27eeabafe096013f1d0d368a65fe71ef230eab50 Mon Sep 17 00:00:00 2001 From: nickago Date: Wed, 1 Jul 2015 09:48:39 -0700 Subject: Facelifted "direct message" to "private message" --- web/react/components/post_list.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react/components/post_list.jsx') diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index e37de8d88..40c30539e 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -342,13 +342,13 @@ module.exports = React.createClass({
-

{"This is the start of your direct message history with " + teammate_name + "." }
{"Direct messages and files shared here are not shown to people outside this area."}

+

{"This is the start of your private message history with " + teammate_name + "." }
{"Private messages and files shared here are not shown to people outside this area."}

); } else { more_messages = (
-

{"This is the start of your direct message history with this " + strings.Team + "mate. Direct messages and files shared here are not shown to people outside this area."}

+

{"This is the start of your private message history with this " + strings.Team + "mate. Private messages and files shared here are not shown to people outside this area."}

); } -- cgit v1.2.3-1-g7c22