-
{__("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}