From 060db329929e4e76942a953a1e60f2a1d1c09ead Mon Sep 17 00:00:00 2001 From: Mamatha Rao Date: Mon, 22 Jan 2024 13:06:30 +0530 Subject: [PATCH] Updated Site status component in the site header --- includes/ComingSoon.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/ComingSoon.php b/includes/ComingSoon.php index 8321838..735cf03 100644 --- a/includes/ComingSoon.php +++ b/includes/ComingSoon.php @@ -26,8 +26,8 @@ public function __construct( Container $container ) { 'admin_notice_text' => __( 'Your site has Coming Soon mode active.', 'newfold-module-coming-soon' ), 'admin_bar_text' => '
' . __( 'Coming Soon Active', 'newfold-module-coming-soon' ) . '
', 'admin_bar_label' => __( 'Site Status: ', 'newfold-module-coming-soon' ), - 'admin_bar_cs_active' => __( 'Coming Soon', 'newfold-module-coming-soon' ), - 'admin_bar_cs_inactive' => __( 'Live', 'newfold-module-coming-soon' ), + 'admin_bar_cs_active' => __( 'NOT LIVE', 'newfold-module-coming-soon' ), + 'admin_bar_cs_inactive' => __( 'LIVE', 'newfold-module-coming-soon' ), 'template_page_title' => __( 'Coming Soon!', 'newfold-module-coming-soon' ), 'template_styles' => false, 'template_content' => false,