diff --git a/woocommerce-gutenberg-products-block.php b/woocommerce-gutenberg-products-block.php index bb6534abfab..e85deff1426 100644 --- a/woocommerce-gutenberg-products-block.php +++ b/woocommerce-gutenberg-products-block.php @@ -66,7 +66,7 @@ function woocommerce_blocks_admin_unsupported_wp_notice() { if ( should_display_compatibility_notices() ) { ?>
-

+

'; printf( /* translators: %1$s is referring to a php constant name, %2$s is referring to the wp-config.php file. */ - esc_html__( 'WooCommerce Blocks development mode requires the %1$s constant to be defined and true in your %2$s file. Otherwise you are loading the blocks package from WooCommerce core.', 'woocommerce' ), + esc_html__( 'WooCommerce Blocks development mode requires the %1$s constant to be defined and true in your %2$s file. Otherwise you are loading the blocks package from WooCommerce core.', 'woo-gutenberg-products-block' ), 'JETPACK_AUTOLOAD_DEV', 'wp-config.php' ); @@ -130,7 +130,7 @@ function () { error_log( // phpcs:ignore sprintf( /* translators: 1: composer command. 2: plugin directory */ - esc_html__( 'Your installation of the WooCommerce Blocks feature plugin is incomplete. Please run %1$s within the %2$s directory.', 'woocommerce' ), + esc_html__( 'Your installation of the WooCommerce Blocks feature plugin is incomplete. Please run %1$s within the %2$s directory.', 'woo-gutenberg-products-block' ), '`composer install`', '`' . esc_html( str_replace( ABSPATH, '', __DIR__ ) ) . '`' ) @@ -148,7 +148,7 @@ function () { composer install', '' . esc_html( str_replace( ABSPATH, '', __DIR__ ) ) . '' ); @@ -279,7 +279,7 @@ function woocommerce_blocks_plugin_outdated_notice() { if ( should_display_compatibility_notices() ) { ?>

-

+