Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 731f027

Browse files
claudiosanchesmikejolley
authored andcommitted
Fixed more duplicated strings in descriptions
1 parent b3fee1d commit 731f027

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/js/blocks/featured-category/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class FeaturedCategory extends Component {
214214
className="wc-block-featured-category"
215215
>
216216
{ __(
217-
'Visually highlight a product category and encourage prompt action',
217+
'Visually highlight a product category and encourage prompt action.',
218218
'woo-gutenberg-products-block'
219219
) }
220220
<div className="wc-block-featured-category__selection">

assets/js/blocks/product-category/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class ProductByCategoryBlock extends Component {
178178
className="wc-block-products-grid wc-block-products-category"
179179
>
180180
{ __(
181-
'Display a grid of products from your selected categories',
181+
'Display a grid of products from your selected categories.',
182182
'woo-gutenberg-products-block'
183183
) }
184184
<div className="wc-block-products-category__selection">

assets/js/blocks/product-tag/block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class ProductsByTagBlock extends Component {
174174
className="wc-block-products-grid wc-block-product-tag"
175175
>
176176
{ __(
177-
'Display a grid of products from your selected tags',
177+
'Display a grid of products from your selected tags.',
178178
'woo-gutenberg-products-block'
179179
) }
180180
<div className="wc-block-product-tag__selection">

0 commit comments

Comments
 (0)