ls help title copy
This commit is contained in:
parent
6c137fc0fd
commit
f691643eb7
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue