copy changes made on call
This commit is contained in:
parent
a1f5292e57
commit
f201039772
1 changed files with 3 additions and 3 deletions
|
@ -39,11 +39,11 @@ function UserFirstChannel(props: Props) {
|
|||
return (
|
||||
<div className="main__channel-creation">
|
||||
<Card
|
||||
title={__('Create A Channel')}
|
||||
title={__('Create a Channel')}
|
||||
subtitle={
|
||||
<React.Fragment>
|
||||
<p>{__('A channel is your identity on the LBRY network.')}</p>
|
||||
<p>{__('You can have more than one or remove this later.')}</p>
|
||||
<p>{__('Your channel will be used for publishing and commenting.')}</p>
|
||||
<p>{__('You can have more than one or remove it later.')}</p>
|
||||
</React.Fragment>
|
||||
}
|
||||
actions={
|
||||
|
|
Loading…
Add table
Reference in a new issue