Skip to content

Commit

Permalink
Updated Site status component in the site header
Browse files Browse the repository at this point in the history
  • Loading branch information
mamatharao05 committed Jan 22, 2024
1 parent eac606a commit 060db32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/ComingSoon.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => '<div>' . __( 'Coming Soon Active', 'newfold-module-coming-soon' ) . '</div>',
'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,
Expand Down

0 comments on commit 060db32

Please sign in to comment.