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:
parent
bca89cb14f
commit
a55812eba2
|
@ -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' } } },
|
||||
},
|
||||
];
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Product Collection: Update heading for Hand-Picked collection
|
Loading…
Reference in New Issue