summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-20 21:24:27 -0700
committerit33 <iantien@gmail.com>2015-09-20 21:24:27 -0700
commit814e46743551f8edbf6ef2fd6806a0af32729161 (patch)
tree64d79858e14281b2e676714a215b65d041179503 /web
parent86429c7bd5bc16e3e7c868650e350f6469efeea1 (diff)
downloadchat-814e46743551f8edbf6ef2fd6806a0af32729161.tar.gz
chat-814e46743551f8edbf6ef2fd6806a0af32729161.tar.bz2
chat-814e46743551f8edbf6ef2fd6806a0af32729161.zip
Shorten description help text
Currently it word wraps, this prevents word-wrapping
Diffstat (limited to 'web')
-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 fc7b8c183..fdc4a1273 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.'}
+ {'Channel description helps others decide whether to join.'}
</p>
{serverError}
</div>