fix: small text changes

This commit is contained in:
Thomas Zarebczan 2019-12-26 19:00:07 -05:00
parent ebfe110492
commit b16a43101f
2 changed files with 3 additions and 3 deletions

View file

@ -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}

View file

@ -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>
)}