From 68dc01cd6c8086cd855137dd8e94b6d3138910d9 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Thu, 19 Nov 2015 12:14:54 -0700 Subject: [PATCH] Fix typo --- web/react/components/edit_channel_purpose_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/react/components/edit_channel_purpose_modal.jsx b/web/react/components/edit_channel_purpose_modal.jsx index 449fd543d5..85a6c8f537 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 { -

{`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.`}

+

{`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.`}