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 (
|
||||
<React.Fragment>
|
||||
<CopyableText label={__('LBRY App Link')} copyable={lbryURL} noSnackbar />
|
||||
<CopyableText label={__('LBRY Link')} copyable={lbryURL} noSnackbar />
|
||||
<div className="">
|
||||
<Button
|
||||
icon={ICONS.FACEBOOK}
|
||||
|
|
|
@ -117,8 +117,8 @@ export default function YoutubeTransferStatus(props: Props) {
|
|||
channelName,
|
||||
}}
|
||||
>
|
||||
%channelName% is not ready to be transferred. You can check the status %statusLink% or check
|
||||
back later.
|
||||
%channelName% has not finished syncing and is not ready to be transferred to your account. You
|
||||
can check the status %statusLink% or check back later.
|
||||
</I18nMessage>
|
||||
</p>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue