modal publish recon

This commit is contained in:
zeppi 2021-07-20 12:44:01 -04:00 committed by jessopb
parent 438eb524fb
commit 5480d6daba

View file

@ -44,7 +44,7 @@ class ModalPublishSuccess extends React.PureComponent<Props> {
'Your livestream is now pending. You will be able to start shortly at the streaming dashboard.' 'Your livestream is now pending. You will be able to start shortly at the streaming dashboard.'
); );
} else { } else {
publishMessage = __('Your video will appear on Odysee shortly.'); publishMessage = __('Your content will be live shortly.');
} }
clearPublish(); clearPublish();
@ -55,7 +55,7 @@ class ModalPublishSuccess extends React.PureComponent<Props> {
return ( return (
<Modal isOpen type="card" contentLabel={__(contentLabel)} onAborted={handleClose}> <Modal isOpen type="card" contentLabel={__(contentLabel)} onAborted={handleClose}>
<Card <Card
title={livestream ? __('Livestream Created') : __('Upload Complete')} title={livestream ? __('Livestream Created') : __('Success')}
subtitle={publishMessage} subtitle={publishMessage}
body={ body={
<React.Fragment> <React.Fragment>