Co-authored-by: David Levin <davidlevin@Davids-MacBook-Pro-2.local>
This commit is contained in:
David Levin 2020-08-10 08:33:17 -07:00 committed by GitHub
parent b8137587c3
commit 4a8026623e
12 changed files with 12 additions and 12 deletions

View File

@ -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 );

View File

@ -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 );

View File

@ -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 );

View File

@ -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 );

View File

@ -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'
),
} ),

View File

@ -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 );

View File

@ -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 );

View File

@ -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 );

View File

@ -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 );

View File

@ -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 );

View File

@ -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 );

View File

@ -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'
),
} ),