diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx index 4be5b24e6..4dcb3dfce 100644 --- a/ui/component/app/view.jsx +++ b/ui/component/app/view.jsx @@ -446,7 +446,7 @@ function App(props: Props) { {IS_WEB && lbryTvApiStatus === STATUS_DOWN ? ( ) : ( diff --git a/ui/component/channelAbout/view.jsx b/ui/component/channelAbout/view.jsx index 711dd49ef..40cd45bb9 100644 --- a/ui/component/channelAbout/view.jsx +++ b/ui/component/channelAbout/view.jsx @@ -94,7 +94,7 @@ function ChannelAbout(props: Props) {
{claim.claim_id}
- +
{ ) : (
diff --git a/ui/component/publishFormErrors/view.jsx b/ui/component/publishFormErrors/view.jsx index 7f4de6312..198156179 100644 --- a/ui/component/publishFormErrors/view.jsx +++ b/ui/component/publishFormErrors/view.jsx @@ -52,9 +52,7 @@ function PublishFormErrors(props: Props) { ) : ( thumbnailError && !thumbnailUploaded &&
{__('Thumbnail is invalid.')}
)} - {editingURI && !isStillEditing && !filePath && ( -
{__('Please reselect a file after changing the LBRY URL')}
- )} + {editingURI && !isStillEditing && !filePath &&
{__('Please reselect a file after changing the URL')}
} ); } diff --git a/ui/component/searchTopClaim/view.jsx b/ui/component/searchTopClaim/view.jsx index 2a95307a5..12c1fd672 100644 --- a/ui/component/searchTopClaim/view.jsx +++ b/ui/component/searchTopClaim/view.jsx @@ -84,8 +84,8 @@ export default function SearchTopClaim(props: Props) {
diff --git a/ui/component/userEmail/view.jsx b/ui/component/userEmail/view.jsx index 241fbe99a..6243f19b5 100644 --- a/ui/component/userEmail/view.jsx +++ b/ui/component/userEmail/view.jsx @@ -10,7 +10,7 @@ import Card from 'component/common/card'; type Props = { cancelButton: Node, email: string, - resendVerificationEmail: string => void, + resendVerificationEmail: (string) => void, checkEmailVerified: () => void, user: { has_verified_email: boolean, @@ -35,12 +35,12 @@ function UserEmail(props: Props) { return ( {

{__('You will be asked to provide proof of identity.')}

} - actions={
} @@ -184,7 +189,7 @@ class HelpPage extends React.PureComponent { title={__('Report a bug or suggest something')} subtitle={ - {__('Did you find something wrong? Think LBRY could add something useful and cool?')} + {__('Did you find something wrong? Think Odysee could add something useful and cool?')} } actions={ diff --git a/ui/page/livestreamSetup/view.jsx b/ui/page/livestreamSetup/view.jsx index 301dc5368..121a6b25d 100644 --- a/ui/page/livestreamSetup/view.jsx +++ b/ui/page/livestreamSetup/view.jsx @@ -242,7 +242,7 @@ export default function LivestreamSetupPage(props: Props) { className="livestream__publish-intro" title={__('No livestream publishes found')} subtitle={__( - 'You need to upload your livestream details before you can go live. If you already created one in this channel, it should appear soon.' + 'You need to upload your livestream details before you can go live. Please note: Replays must be published manually after your stream via the Update button on the livestream.' )} actions={
diff --git a/ui/page/youtubeSync/view.jsx b/ui/page/youtubeSync/view.jsx index b1ad2657e..60bfe2e5e 100644 --- a/ui/page/youtubeSync/view.jsx +++ b/ui/page/youtubeSync/view.jsx @@ -124,7 +124,7 @@ export default function YoutubeSync(props: Props) { {nameError ? ( {nameError} ) : ( - __('Your %site_name% channel name', { site_name: IS_WEB ? SITE_NAME : 'LBRY' }) + __('Your %site_name% desired channel name', { site_name: IS_WEB ? SITE_NAME : 'LBRY' }) )}
@
@@ -206,9 +206,8 @@ export default function YoutubeSync(props: Props) { ), }} > - This will verify you are an active YouTuber. Channel names cannot be changed once chosen, please be - extra careful. Additional instructions will be emailed to you after you verify your email on the - next page. %learn_more%. + This will verify you are an active YouTuber with over 300 subscribers and original content. Channel + names cannot be changed once chosen, please be extra careful. %learn_more%.
diff --git a/web/component/nag-data-collection.jsx b/web/component/nag-data-collection.jsx index 698cb66fa..3655ec4db 100644 --- a/web/component/nag-data-collection.jsx +++ b/web/component/nag-data-collection.jsx @@ -29,7 +29,7 @@ export default function NagDegradedPerformance(props: Props) { ), }} > - lbry.tv collects usage information for itself only (%more_information%). + odysee collects usage information for itself only (%more_information%). } actionText={__('OK')} @@ -49,7 +49,7 @@ export default function NagDegradedPerformance(props: Props) { ), }} > - lbry.tv collects usage information for itself only (%more_information%). Want control over this and more? + odysee collects usage information for itself only (%more_information%). Want control over this and more? } actionText={__('Get The App')}