summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-22 00:42:44 -0700
committerCorey Hulen <corey@hulen.com>2015-09-22 00:42:44 -0700
commitdf2d668d594938ad52d03261c15af070df4e03ad (patch)
tree9083c65290d33fd2629c8d11de579f23f1ba84c6 /web/react
parentee5a77ec56ee13f5eb96fce6065b4b7a1845de89 (diff)
parent80488dec22a8b61302a2630946051c8d90ded833 (diff)
downloadchat-df2d668d594938ad52d03261c15af070df4e03ad.tar.gz
chat-df2d668d594938ad52d03261c15af070df4e03ad.tar.bz2
chat-df2d668d594938ad52d03261c15af070df4e03ad.zip
Merge pull request #730 from mattermost/shorten-description-help-text
Shorten description help text
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/new_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx
index 1488a1431..c43137744 100644
--- a/web/react/components/new_channel_modal.jsx
+++ b/web/react/components/new_channel_modal.jsx
@@ -150,7 +150,7 @@ export default class NewChannelModal extends React.Component {
tabIndex='2'
/>
<p className='input__help'>
- {'This is the purpose of your channel and helps others decide whether to join.'}
+ {'Description helps others decide whether to join this channel.'}
</p>
{serverError}
</div>