Update edit_channel_purpose_modal.jsx

Clarify where the channel purpose is used.
Этот коммит содержится в:
Eric Sethna
2015-11-18 16:55:07 -07:00
родитель e408d615c0
Коммит c0451eacd1

Просмотреть файл

@@ -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'