summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-17 13:25:21 -0700
committerCorey Hulen <corey@hulen.com>2015-09-17 13:25:21 -0700
commit82127341cacd4299f9a59e76b5f68d6d7222c45b (patch)
tree58ff7068607104164b6317c94fa68bac96159991
parenta4aad2b69b35bd01f0856200938c514a441959b9 (diff)
parentaa79a12a31b529782e3ad466279f2be7ceebb243 (diff)
downloadchat-82127341cacd4299f9a59e76b5f68d6d7222c45b.tar.gz
chat-82127341cacd4299f9a59e76b5f68d6d7222c45b.tar.bz2
chat-82127341cacd4299f9a59e76b5f68d6d7222c45b.zip
Merge pull request #705 from esethna/patch-1
Grammar change to New Channel ui text
-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 f3fb8da2a..fc7b8c183 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'>
- {'The purpose of your channel. To help others decide whether to join.'}
+ {'This is the purpose of your channel and helps others decide whether to join.'}
</p>
{serverError}
</div>