Fixed update term messages. Issue: #27831
This commit is contained in:
parent
788969d2bb
commit
7f9162d776
|
@ -497,7 +497,7 @@ class WC_Post_Types {
|
|||
3 => __( 'Category updated.', 'woocommerce' ),
|
||||
4 => __( 'Category not added.', 'woocommerce' ),
|
||||
5 => __( 'Category not updated.', 'woocommerce' ),
|
||||
6 => __( 'Category not deleted.', 'woocommerce' ),
|
||||
6 => __( 'Categories deleted.', 'woocommerce' ),
|
||||
);
|
||||
|
||||
$messages['product_tag'] = array(
|
||||
|
@ -507,7 +507,7 @@ class WC_Post_Types {
|
|||
3 => __( 'Tag updated.', 'woocommerce' ),
|
||||
4 => __( 'Tag not added.', 'woocommerce' ),
|
||||
5 => __( 'Tag not updated.', 'woocommerce' ),
|
||||
6 => __( 'Tag not deleted.', 'woocommerce' ),
|
||||
6 => __( 'Tags deleted.', 'woocommerce' ),
|
||||
);
|
||||
|
||||
$wc_product_attributes = array();
|
||||
|
|
Loading…
Reference in New Issue