summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authoresethna <eric@spinpunch.com>2015-09-17 09:56:42 -0600
committeresethna <eric@spinpunch.com>2015-09-17 09:56:42 -0600
commitaa79a12a31b529782e3ad466279f2be7ceebb243 (patch)
treeed5ad9f5d46edc73d8e1c76b0409182c633af1f5 /web/react/components
parentde64bd19d5a9811ee2539baa8fdb61c4ece57378 (diff)
downloadchat-aa79a12a31b529782e3ad466279f2be7ceebb243.tar.gz
chat-aa79a12a31b529782e3ad466279f2be7ceebb243.tar.bz2
chat-aa79a12a31b529782e3ad466279f2be7ceebb243.zip
Grammar change to New Channel ui text
Diffstat (limited to 'web/react/components')
-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>