diff --git a/includes/class-wc-post-types.php b/includes/class-wc-post-types.php index 6ee27bee528..4c8747c0884 100644 --- a/includes/class-wc-post-types.php +++ b/includes/class-wc-post-types.php @@ -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' ),