From c0451eacd1942e55947292ff833c15e68da4a2f5 Mon Sep 17 00:00:00 2001 From: Eric Sethna Date: Wed, 18 Nov 2015 16:55:07 -0700 Subject: Update edit_channel_purpose_modal.jsx Clarify where the channel purpose is used. --- web/react/components/edit_channel_purpose_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react') 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 { -

{`Describe how this ${Utils.getChannelTerm(this.props.channel.channelType)} should be used.`}

+

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