Update view.jsx

*Promised
This commit is contained in:
Josh Finer 2019-12-05 09:19:43 -05:00 committed by Sean Yesmunt
parent e9700f24af
commit eb3e2848de

View file

@ -14,7 +14,7 @@ const YoutubeWelcome = (props: Props) => {
<Modal isOpen type="card" onAborted={doHideModal}>
<Confetti recycle={false} style={{ position: 'fixed' }} numberOfPieces={100} />
<Card
title={__('Welcome To The Promise Land')}
title={__('Welcome To The Promised Land')}
subtitle={__(
'Looks like you are coming from YouTube, some funny pun or something that introduces them to LBRY.'
)}