* Fix duplicated translatable string

* Fixed more duplicated strings in descriptions

* Merge similar strings
This commit is contained in:
Claudio Sanches 2019-08-13 07:29:00 -03:00 committed by Mike Jolley
parent 84a464fc62
commit dddadb895f
5 changed files with 5 additions and 5 deletions

View File

@ -219,7 +219,7 @@ class FeaturedCategory extends Component {
className="wc-block-featured-category"
>
{ __(
'Visually highlight a product category and encourage prompt action',
'Visually highlight a product category and encourage prompt action.',
'woo-gutenberg-products-block'
) }
<div className="wc-block-featured-category__selection">

View File

@ -119,7 +119,7 @@ class ProductsBlock extends Component {
className="wc-block-products-grid wc-block-handpicked-products"
>
{ __(
'Display a selection of hand-picked products in a grid',
'Display a selection of hand-picked products in a grid.',
'woo-gutenberg-products-block'
) }
<div className="wc-block-handpicked-products__selection">

View File

@ -178,7 +178,7 @@ class ProductByCategoryBlock extends Component {
className="wc-block-products-grid wc-block-products-category"
>
{ __(
'Display a grid of products from your selected categories',
'Display a grid of products from your selected categories.',
'woo-gutenberg-products-block'
) }
<div className="wc-block-products-category__selection">

View File

@ -174,7 +174,7 @@ class ProductsByTagBlock extends Component {
className="wc-block-products-grid wc-block-product-tag"
>
{ __(
'Display a grid of products from your selected tags',
'Display a grid of products from your selected tags.',
'woo-gutenberg-products-block'
) }
<div className="wc-block-product-tag__selection">

View File

@ -22,7 +22,7 @@ registerBlockType( 'woocommerce/product-tag', {
category: 'woocommerce',
keywords: [ __( 'WooCommerce', 'woo-gutenberg-products-block' ) ],
description: __(
'Display a grid of products from selected tags.',
'Display a grid of products from your selected tags.',
'woo-gutenberg-products-block'
),
supports: {