clarify various checkout block editor sidebar wording (https://github.com/woocommerce/woocommerce-blocks/pull/2401)

* tweak various checkout block editor sidebar wording

* fix accidental sentence-casing of Return to cart label
This commit is contained in:
Rua Haszard 2020-05-06 09:25:41 +12:00 committed by GitHub
parent 440ee2e3b1
commit 44346274d2
2 changed files with 12 additions and 12 deletions

View File

@ -76,11 +76,14 @@ const BlockSettings = ( { attributes, setAttributes } ) => {
</Notice>
) }
<PanelBody
title={ __( 'Form options', 'woo-gutenberg-products-block' ) }
title={ __(
'Address options',
'woo-gutenberg-products-block'
) }
>
<p className="wc-block-checkout__controls-text">
{ __(
'Choose whether your checkout form requires extra information from customers.',
'Include additional address fields in the checkout form.',
'woo-gutenberg-products-block'
) }
</p>
@ -146,21 +149,18 @@ const BlockSettings = ( { attributes, setAttributes } ) => {
) }
</PanelBody>
<PanelBody
title={ __( 'Content', 'woo-gutenberg-products-block' ) }
title={ __(
'Navigation options',
'woo-gutenberg-products-block'
) }
>
<p className="wc-block-checkout__controls-text">
{ __(
'Choose additional content to display.',
'woo-gutenberg-products-block'
) }
</p>
<ToggleControl
label={ __(
'Show links to policies',
'woo-gutenberg-products-block'
) }
help={ __(
'Shows a list of links to your "terms and conditions" and "privacy policy" pages.',
'Shows links to your "terms and conditions" and "privacy policy" pages.',
'woo-gutenberg-products-block'
) }
checked={ showPolicyLinks }
@ -207,7 +207,7 @@ const BlockSettings = ( { attributes, setAttributes } ) => {
) }
<ToggleControl
label={ __(
'Show a "return to cart" link',
'Show a "Return to Cart" link',
'woo-gutenberg-products-block'
) }
checked={ showReturnToCart }

View File

@ -22,7 +22,7 @@ const settings = {
category: 'woocommerce',
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
description: __(
'Display the checkout experience for customers.',
'Display a checkout form so your customers can submit orders.',
'woo-gutenberg-products-block'
),
supports: {