Update plugin name on install admin notice.

This commit is contained in:
Thilina Hasantha 2024-03-08 18:02:59 +01:00
parent 561b443152
commit 7cf8f9d678
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ defined( 'ABSPATH' ) || exit;
sprintf(
/* translators: 1: Woo Update Manager plugin install URL 2: Woo Update Manager plugin download URL */
__(
'Please <a href="%1$s">Install the Woo Update Manager</a> to continue receiving the updates and streamlined support included in your Woo.com subscriptions. Alternatively, you can <a href="%2$s">download</a> and install it manually.',
'Please <a href="%1$s">Install the Woo.com Update Manager</a> to continue receiving the updates and streamlined support included in your Woo.com subscriptions. Alternatively, you can <a href="%2$s">download</a> and install it manually.',
'woocommerce'
),
esc_url( WC_Woo_Update_Manager_Plugin::generate_install_url() ),