From a6773d9e6fa64ec961fce2f3abc6432e545f9cca Mon Sep 17 00:00:00 2001 From: Mamatha Rao Date: Mon, 22 Jan 2024 12:46:25 +0530 Subject: [PATCH] Updated coming soon toggle --- src/app/pages/settings/comingSoon.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/pages/settings/comingSoon.js b/src/app/pages/settings/comingSoon.js index 4e4c94573..6cbfbd907 100644 --- a/src/app/pages/settings/comingSoon.js +++ b/src/app/pages/settings/comingSoon.js @@ -67,11 +67,11 @@ const ComingSoon = () => { const getStatus = () => { return comingSoon ? ( - { __( 'Coming Soon', 'wp-plugin-bluehost' ) } + { __( 'NOT LIVE', 'wp-plugin-bluehost' ) } ) : ( - { __( 'Live', 'wp-plugin-bluehost' ) } + { __( 'LIVE', 'wp-plugin-bluehost' ) } ); }; @@ -87,16 +87,17 @@ const ComingSoon = () => {