It's its not it's unless it's it's. (https://github.com/woocommerce/woocommerce-blocks/pull/2988)
Co-authored-by: David Levin <davidlevin@Davids-MacBook-Pro-2.local>
This commit is contained in:
parent
b8137587c3
commit
4a8026623e
|
@ -80,7 +80,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's add to cart form.",
|
||||
"Choose a product to display its add to cart form.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -23,7 +23,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's add to cart button.",
|
||||
"Choose a product to display its add to cart button.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -27,7 +27,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's categories.",
|
||||
"Choose a product to display its categories.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -153,7 +153,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's image.",
|
||||
"Choose a product to display its image.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -123,7 +123,7 @@ const Price = isFeaturePluginBuild()
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's price.",
|
||||
"Choose a product to display its price.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} ),
|
||||
|
|
|
@ -17,7 +17,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's rating.",
|
||||
"Choose a product to display its rating.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -18,7 +18,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's sale-badge.",
|
||||
"Choose a product to display its sale-badge.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -24,7 +24,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's SKU.",
|
||||
"Choose a product to display its SKU.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -24,7 +24,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's stock.",
|
||||
"Choose a product to display its stock.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -18,7 +18,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's short description.",
|
||||
"Choose a product to display its short description.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -27,7 +27,7 @@ export default withProductSelector( {
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's tags.",
|
||||
"Choose a product to display its tags.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} )( Edit );
|
||||
|
|
|
@ -121,7 +121,7 @@ const Title = isFeaturePluginBuild()
|
|||
icon: BLOCK_ICON,
|
||||
label: BLOCK_TITLE,
|
||||
description: __(
|
||||
"Choose a product to display it's title.",
|
||||
"Choose a product to display its title.",
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
} ),
|
||||
|
|
Loading…
Reference in New Issue