From dd4385f243243d2ae54541db5285182aa5fd86df Mon Sep 17 00:00:00 2001 From: zeppi Date: Tue, 20 Jul 2021 12:44:15 -0400 Subject: [PATCH] modal publish recon --- ui/modal/modalPublish/view.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/modal/modalPublish/view.jsx b/ui/modal/modalPublish/view.jsx index 342c6cdc8..34075e3c3 100644 --- a/ui/modal/modalPublish/view.jsx +++ b/ui/modal/modalPublish/view.jsx @@ -44,7 +44,7 @@ class ModalPublishSuccess extends React.PureComponent { 'Your livestream is now pending. You will be able to start shortly at the streaming dashboard.' ); } 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() { @@ -54,7 +54,7 @@ class ModalPublishSuccess extends React.PureComponent { return (