This commit is contained in:
Albert Juhé Lluveras 2020-01-22 21:35:29 +01:00 committed by GitHub
parent e83819281c
commit 069b42dc39
1 changed files with 4 additions and 1 deletions

View File

@ -298,7 +298,10 @@ const Block = ( { shippingMethods = [], isEditor = false } ) => {
/> />
<CheckboxControl <CheckboxControl
className="wc-block-checkout__add-note" className="wc-block-checkout__add-note"
label="Add order notes?" label={ __(
'Add order notes?',
'woo-gutenberg-products-block'
) }
checked={ shippingMethod.orderNote } checked={ shippingMethod.orderNote }
onChange={ () => onChange={ () =>
setShippingMethod( { setShippingMethod( {