Make 'Add order notes?' string localizable (https://github.com/woocommerce/woocommerce-blocks/pull/1629)
This commit is contained in:
parent
e83819281c
commit
069b42dc39
|
@ -298,7 +298,10 @@ const Block = ( { shippingMethods = [], isEditor = false } ) => {
|
|||
/>
|
||||
<CheckboxControl
|
||||
className="wc-block-checkout__add-note"
|
||||
label="Add order notes?"
|
||||
label={ __(
|
||||
'Add order notes?',
|
||||
'woo-gutenberg-products-block'
|
||||
) }
|
||||
checked={ shippingMethod.orderNote }
|
||||
onChange={ () =>
|
||||
setShippingMethod( {
|
||||
|
|
Loading…
Reference in New Issue