Product Collection: Update heading for Hand-Picked collection (#51643)

* Update heading for Hand-Picked collection

- Added 'recommend' to the keywords array.
- Changed heading content from 'Hand-Picked' to 'Recommended products'.

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Manish Menaria 2024-09-24 16:14:07 +05:30 committed by GitHub
parent bca89cb14f
commit a55812eba2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -50,7 +50,7 @@ const collection = {
'Select specific products to recommend to customers.',
'woocommerce'
),
keywords: [ 'specific', 'choose' ],
keywords: [ 'specific', 'choose', 'recommend' ],
scope: [],
};
@ -75,7 +75,7 @@ const heading: InnerBlockTemplate = [
{
textAlign: 'center',
level: 2,
content: __( 'Hand-Picked', 'woocommerce' ),
content: __( 'Recommended products', 'woocommerce' ),
style: { spacing: { margin: { bottom: '1rem' } } },
},
];

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Product Collection: Update heading for Hand-Picked collection