Merge pull request #23065 from woocommerce/fix/lookup-table-notice-typo

Fix typo in lookup table notice markup
This commit is contained in:
Mike Jolley 2019-03-18 09:38:36 +00:00 committed by GitHub
commit 88009929b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>&nbsp;
<strong><?php esc_html_e( 'WooCommerce is updating product data in the background.', 'woocommerce' ); ?></strong>&nbsp;
<?php
echo wp_kses_post(
sprintf(