From aff019bf56c68cdabe68a9de2b498a82ad77ee36 Mon Sep 17 00:00:00 2001 From: reillysmith Date: Tue, 18 Jul 2017 17:43:07 -0700 Subject: [PATCH] clearer language extended tool tip and changed identity to channel --- .../component/publishForm/internal/channelSection.jsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ui/js/component/publishForm/internal/channelSection.jsx b/ui/js/component/publishForm/internal/channelSection.jsx index 76f442af1..4e598a9de 100644 --- a/ui/js/component/publishForm/internal/channelSection.jsx +++ b/ui/js/component/publishForm/internal/channelSection.jsx @@ -112,7 +112,7 @@ class ChannelSection extends React.PureComponent { )} ); @@ -125,9 +125,10 @@ class ChannelSection extends React.PureComponent { return (
-

{__("Identity")}

+

{__("Channel Name")}

- {__("Who created this content?")} + {__("This is the channel that broadcasts your content.")} + {__("Ex. @Marvel, @TheBeatles, @BooksByJoe")}
@@ -157,8 +158,8 @@ class ChannelSection extends React.PureComponent { button="primary" label={ !this.state.creatingChannel - ? __("Create identity") - : __("Creating identity...") + ? __("Create channel") + : __("Creating channel...") } onClick={this.handleCreateChannelClick.bind(this)} disabled={this.state.creatingChannel}