Fix typo in product tour in new product management experience (#36561)
This commit is contained in:
parent
7e27cffdb3
commit
732fd7dba7
|
@ -82,7 +82,7 @@ export const ProductTour: React.FC< ProductTourProps > = ( { onClose } ) => {
|
|||
heading: __( '⚙️ Looking for more?', 'woocommerce' ),
|
||||
descriptions: {
|
||||
desktop: __(
|
||||
'If the form doesn’t yet have all the feautures you need—it’s still in development—you can switch to the classic editor anytime.',
|
||||
'If the form doesn’t yet have all the features you need —it’s still in development— you can switch to the classic editor anytime.',
|
||||
'woocommerce'
|
||||
),
|
||||
},
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
Comment: Just a typo in a label
|
Loading…
Reference in New Issue