This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments