summaryrefslogtreecommitdiffstats
path: root/web/react/components/edit_channel_purpose_modal.jsx
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2015-11-18 16:55:07 -0700
committerEric Sethna <eric@spinpunch.com>2015-11-18 16:55:07 -0700
commitc0451eacd1942e55947292ff833c15e68da4a2f5 (patch)
tree8e4f68e2cffb6ee0962ddce0cdbcc3848a42c89d /web/react/components/edit_channel_purpose_modal.jsx
parente408d615c02ae3c863df3c7dc13d1b813c22fd28 (diff)
downloadchat-c0451eacd1942e55947292ff833c15e68da4a2f5.tar.gz
chat-c0451eacd1942e55947292ff833c15e68da4a2f5.tar.bz2
chat-c0451eacd1942e55947292ff833c15e68da4a2f5.zip
Update edit_channel_purpose_modal.jsx
Clarify where the channel purpose is used.
Diffstat (limited to 'web/react/components/edit_channel_purpose_modal.jsx')
-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..449fd543d 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 other decide whether to join.`}</p>
<textarea
ref='purpose'
className='form-control no-resize'