Fixed update term messages. Issue: #27831

This commit is contained in:
sudoshreyansh 2020-10-03 22:55:16 +05:30
parent 788969d2bb
commit 7f9162d776
1 changed files with 2 additions and 2 deletions

View File

@ -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();