ls help title copy

This commit is contained in:
zeppi 2021-03-26 03:02:22 -04:00 committed by jessopb
parent 6c137fc0fd
commit f691643eb7

View file

@ -164,8 +164,8 @@ export default function LivestreamSetupPage(props: Props) {
{showHelpTest && (
<Card
titleActions={<Button button="close" icon={ICONS.REMOVE} onClick={() => setShowHelpTest(false)} />}
title={__('Livestreaming Beta')}
subtitle={__(`You're invited to try our live streaming beta. Bear with us as we iron it out!`)}
title={__('Go Live on Odysee')}
subtitle={__(`You're invited to try out our new livestreaming service while in beta!`)}
actions={helpText}
/>
)}