summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-07-29 22:12:28 -0700
committerit33 <iantien@gmail.com>2015-07-29 22:12:28 -0700
commit4071e6d47200ff77d636ba9e61b61f5a83d51518 (patch)
tree4e52f2c1df1a96ccfb712be973e1ecd391997e0f /web
parent3dee6ebb03981099540386ec1f8df3d0a98d9520 (diff)
downloadchat-4071e6d47200ff77d636ba9e61b61f5a83d51518.tar.gz
chat-4071e6d47200ff77d636ba9e61b61f5a83d51518.tar.bz2
chat-4071e6d47200ff77d636ba9e61b61f5a83d51518.zip
MM-1816 Make Off-Topic description more clear
Diffstat (limited to 'web')
-rw-r--r--web/react/components/post_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index f9c62bf20..46f77660d 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -377,7 +377,7 @@ module.exports = React.createClass({
<div className="channel-intro">
<h4 className="channel-intro__title">Beginning of {ui_name}</h4>
<p className="channel-intro__content">
- {"This is the start of " + ui_name + ", a channel for conversations you’d prefer out of more focused channels."}
+ {"This is the start of " + ui_name + ", a channel for non-work-related conversations."}
<br/>
</p>
<a className="intro-links" href="#" style={userStyle} data-toggle="modal" data-target="#edit_channel" data-desc={channel.description} data-title={ui_name} data-channelid={channel.id}><i className="fa fa-pencil"></i>Set a description</a>