modal publish recon

This commit is contained in:
zeppi 2021-07-20 12:44:15 -04:00 committed by jessopb
parent e4f1d4221b
commit dd4385f243

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 file is now pending on LBRY. It will take a few minutes to appear for other users.'); publishMessage = __('Your content will be live shortly.');
} }
function handleClose() { function handleClose() {
@ -54,7 +54,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={__('Success')} title={livestream ? __('Livestream Created') : __('Success')}
subtitle={publishMessage} subtitle={publishMessage}
body={ body={
<React.Fragment> <React.Fragment>