summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-11-20 07:32:00 -0500
committerChristopher Speller <crspeller@gmail.com>2015-11-20 07:32:00 -0500
commitd1e3561305faa2583e1b5e2cc77e24d0fddc17a1 (patch)
tree60817ea282993d3ad64cbf7a6a9395f7642d9fed /web/react/components
parentd9d8fb60d1af9160b26363fe8e7906f00ba4f386 (diff)
parent68dc01cd6c8086cd855137dd8e94b6d3138910d9 (diff)
downloadchat-d1e3561305faa2583e1b5e2cc77e24d0fddc17a1.tar.gz
chat-d1e3561305faa2583e1b5e2cc77e24d0fddc17a1.tar.bz2
chat-d1e3561305faa2583e1b5e2cc77e24d0fddc17a1.zip
Merge pull request #1466 from esethna/patch-16
Update edit_channel_purpose_modal.jsx
Diffstat (limited to 'web/react/components')
-rw-r--r--web/react/components/edit_channel_purpose_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/edit_channel_purpose_modal.jsx b/web/react/components/edit_channel_purpose_modal.jsx
index 65e8183de..85a6c8f53 100644
--- a/web/react/components/edit_channel_purpose_modal.jsx
+++ b/web/react/components/edit_channel_purpose_modal.jsx
@@ -90,7 +90,7 @@ export default class EditChannelPurposeModal extends React.Component {
</Modal.Title>
</Modal.Header>
<Modal.Body>
- <p>{`Describe how this ${Utils.getChannelTerm(this.props.channel.channelType)} should be used.`}</p>
+ <p>{`Describe how this ${Utils.getChannelTerm(this.props.channel.channelType)} should be used. This text appears in the channel list in the "More..." menu and helps others decide whether to join.`}</p>
<textarea
ref='purpose'
className='form-control no-resize'