Merge pull request #23065 from woocommerce/fix/lookup-table-notice-typo
Fix typo in lookup table notice markup
This commit is contained in:
commit
88009929b7
|
@ -10,7 +10,7 @@ defined( 'ABSPATH' ) || exit;
|
|||
?>
|
||||
<div id="message" class="updated woocommerce-message">
|
||||
<p>
|
||||
<string><?php esc_html_e( 'WooCommerce is updating product data in the background.', 'woocommerce' ); ?></strong>
|
||||
<strong><?php esc_html_e( 'WooCommerce is updating product data in the background.', 'woocommerce' ); ?></strong>
|
||||
<?php
|
||||
echo wp_kses_post(
|
||||
sprintf(
|
||||
|
|
Loading…
Reference in New Issue