From 8ae17adde10b1a9139de734f1d2c12d442f4efdb Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 17 Mar 2022 11:40:27 -0400 Subject: [PATCH] update subtitle --- ui/page/livestreamSetup/view.jsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/ui/page/livestreamSetup/view.jsx b/ui/page/livestreamSetup/view.jsx index 5fad57426..c7d780648 100644 --- a/ui/page/livestreamSetup/view.jsx +++ b/ui/page/livestreamSetup/view.jsx @@ -65,15 +65,6 @@ export default function LivestreamSetupPage(props: Props) { ENABLE_NO_SOURCE_CLAIMS && user && !liveDisabled && (liveEnabled || odyseeMembership || hasEnoughLBCToStream) ); - let reasonAllowedToStream = ''; - if (odyseeMembership) { - reasonAllowedToStream = 'you purchased Odysee Premium'; - } else if (liveEnabled) { - reasonAllowedToStream = 'your livestreaming was turned on manually'; - } else if (hasEnoughLBCToStream) { - reasonAllowedToStream = 'you have enough staked LBC'; - } - function createStreamKey() { if (!channelId || !channelName || !sigData.signature || !sigData.signing_ts) return null; return `${channelId}?d=${toHex(channelName)}&s=${sigData.signature}&t=${sigData.signing_ts}`; @@ -260,9 +251,7 @@ export default function LivestreamSetupPage(props: Props) { /> } title={__('Go Live on Odysee')} - subtitle={ - <>{__(`Congratulations, you have access to livestreaming because ${reasonAllowedToStream}!`)} - } + subtitle={<>{__(`Expand to learn more about setting up a livestream.`)} } actions={showHelp && helpText} /> {streamKey && totalLivestreamClaims.length > 0 && (