Merge pull request #30573 from Melebius/fix/30553

Change the shop page summary.
This commit is contained in:
Barry Hughes 2021-08-27 11:01:57 -07:00 committed by GitHub
commit 55ae972e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ class WC_Post_Types {
'item_link' => __( 'Product Link', 'woocommerce' ),
'item_link_description' => __( 'A link to a product.', 'woocommerce' ),
),
'description' => __( 'This is where you can add new products to your store.', 'woocommerce' ),
'description' => __( 'This is where you can browse products in this store.', 'woocommerce' ),
'public' => true,
'show_ui' => true,
'menu_icon' => 'dashicons-archive',