fix: small text changes
This commit is contained in:
parent
ebfe110492
commit
b16a43101f
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ class SocialShare extends React.PureComponent<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
<CopyableText label={__('LBRY App Link')} copyable={lbryURL} noSnackbar />
|
<CopyableText label={__('LBRY Link')} copyable={lbryURL} noSnackbar />
|
||||||
<div className="">
|
<div className="">
|
||||||
<Button
|
<Button
|
||||||
icon={ICONS.FACEBOOK}
|
icon={ICONS.FACEBOOK}
|
||||||
|
|
|
@ -117,8 +117,8 @@ export default function YoutubeTransferStatus(props: Props) {
|
||||||
channelName,
|
channelName,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
%channelName% is not ready to be transferred. You can check the status %statusLink% or check
|
%channelName% has not finished syncing and is not ready to be transferred to your account. You
|
||||||
back later.
|
can check the status %statusLink% or check back later.
|
||||||
</I18nMessage>
|
</I18nMessage>
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue