Skip to content

Commit

Permalink
Update Woo Update manager admin notice.
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinah committed Mar 20, 2024
1 parent 90076c1 commit 75cbfd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static function add_install_marketplace_plugin_message( $plugin_data, $re
printf(
wp_kses(
/* translators: 1: Woo Update Manager plugin install URL */
__( ' <a href="%1$s">Install Woo Update Manager</a> to update.', 'woocommerce' ),
__( ' <a href="%1$s">Install Woo.com Update Manager</a> to update.', 'woocommerce' ),
array(
'a' => array(
'href' => array(),
Expand All @@ -192,7 +192,7 @@ public static function add_install_marketplace_plugin_message( $plugin_data, $re
}

if ( ! WC_Woo_Update_Manager_Plugin::is_plugin_active() ) {
echo esc_html_e( ' Activate Woo Update Manager to update.', 'woocommerce' );
echo esc_html_e( ' Activate Woo.com Update Manager to update.', 'woocommerce' );
}
}

Expand Down

0 comments on commit 75cbfd2

Please sign in to comment.