Change the product info section title to Product Details (#35255)

* Change the product info section title to Product Details

* Add comment suggestions
This commit is contained in:
Maikel David Pérez Gómez 2022-10-25 16:49:48 -03:00 committed by GitHub
parent 1bca35c360
commit c1e5098ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export const ProductDetailsSection: React.FC = () => {
return (
<ProductSectionLayout
title={ __( 'Product info', 'woocommerce' ) }
title={ __( 'Product details', 'woocommerce' ) }
description={ __(
'This info will be displayed on the product page, category pages, social media, and search results.',
'woocommerce'

View File

@ -0,0 +1,4 @@
Significance: patch
Type: enhancement
Change the product info section title to Product Details