diff --git a/includes/admin/class-wc-admin-pointers.php b/includes/admin/class-wc-admin-pointers.php index 4b6c7e52ad9..c4e7f2d4f62 100644 --- a/includes/admin/class-wc-admin-pointers.php +++ b/includes/admin/class-wc-admin-pointers.php @@ -178,7 +178,7 @@ class WC_Admin_Pointers { 'next' => 'product_catdiv', 'options' => array( 'content' => '

' . esc_html__( 'Product tags', 'woocommerce' ) . '

' . - '

' . 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' ) . '

', + '

' . 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' ) . '

', 'position' => array( 'edge' => 'right', 'align' => 'middle',