Adding view_items string

This commit is contained in:
Mike Jolley 2018-01-15 14:53:26 +00:00
parent 73b5b1c058
commit 93bac7ce04
1 changed files with 1 additions and 0 deletions

View File

@ -279,6 +279,7 @@ class WC_Post_types {
'new_item' => __( 'New product', 'woocommerce' ),
'view' => __( 'View product', 'woocommerce' ),
'view_item' => __( 'View product', 'woocommerce' ),
'view_items' => __( 'View products', 'woocommerce' ),
'search_items' => __( 'Search products', 'woocommerce' ),
'not_found' => __( 'No products found', 'woocommerce' ),
'not_found_in_trash' => __( 'No products found in trash', 'woocommerce' ),