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:
parent
1bca35c360
commit
c1e5098ff2
|
@ -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'
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: enhancement
|
||||
|
||||
Change the product info section title to Product Details
|
Loading…
Reference in New Issue