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}