summaryrefslogtreecommitdiffstats
path: root/web/react/components
diff options
context:
space:
mode:
authorEric Sethna <eric@spinpunch.com>2015-11-19 12:14:54 -0700
committerEric Sethna <eric@spinpunch.com>2015-11-19 12:14:54 -0700
commit68dc01cd6c8086cd855137dd8e94b6d3138910d9 (patch)
tree1fb1a7b4a6034da2a7eb9a9f8a9f3204c2b6ba48 /web/react/components
parentc0451eacd1942e55947292ff833c15e68da4a2f5 (diff)
downloadchat-68dc01cd6c8086cd855137dd8e94b6d3138910d9.tar.gz
chat-68dc01cd6c8086cd855137dd8e94b6d3138910d9.tar.bz2
chat-68dc01cd6c8086cd855137dd8e94b6d3138910d9.zip
Fix typo
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 449fd543d..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. This text appears in the channel list in the "More..." menu and helps other decide whether to join.`}</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'