Typo in tag text, fixes #16332

This commit is contained in:
Mike Jolley 2017-08-03 08:19:57 +02:00
parent cbb8d48f5f
commit d79ebf7a2f
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class WC_Admin_Pointers {
'next' => 'product_catdiv',
'options' => array(
'content' => '<h3>' . esc_html__( 'Product tags', 'woocommerce' ) . '</h3>' .
'<p>' . esc_html__( 'You can optionally "tag" your products here. Tags as a method of labeling your products to make them easier for customers to find.', 'woocommerce' ) . '</p>',
'<p>' . esc_html__( 'You can optionally "tag" your products here. Tags are a method of labeling your products to make them easier for customers to find.', 'woocommerce' ) . '</p>',
'position' => array(
'edge' => 'right',
'align' => 'middle',