From 1eefbe24412738707bfc96ca6f855777417541bf Mon Sep 17 00:00:00 2001 From: hmhealey Date: Thu, 29 Oct 2015 14:48:58 -0400 Subject: Added help text for the channel header and purpose dialogs --- web/react/components/edit_channel_modal.jsx | 11 ++++++----- web/react/components/edit_channel_purpose_modal.jsx | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'web/react/components') diff --git a/web/react/components/edit_channel_modal.jsx b/web/react/components/edit_channel_modal.jsx index 6f3826f75..5b3c74e82 100644 --- a/web/react/components/edit_channel_modal.jsx +++ b/web/react/components/edit_channel_modal.jsx @@ -73,7 +73,7 @@ export default class EditChannelModal extends React.Component { className='modal-title' ref='title' > - Edit Header + {'Edit Header'} ); if (this.state.title) { @@ -82,7 +82,7 @@ export default class EditChannelModal extends React.Component { className='modal-title' ref='title' > - Edit Header for {this.state.title} + {'Edit Header for '}{this.state.title} ); } @@ -105,11 +105,12 @@ export default class EditChannelModal extends React.Component { data-dismiss='modal' aria-label='Close' > - + {editTitle}
+

{'Edit the text appearing next to the channel name in the channel header.'}