Typo in tag text, fixes #16332
This commit is contained in:
parent
cbb8d48f5f
commit
d79ebf7a2f
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue