Delete unneeded double spaces in text strings (https://github.com/woocommerce/woocommerce-blocks/pull/4569)
Deleted an unneeded double space in a string on line 271.
This commit is contained in:
parent
a7d7ea32bb
commit
162739d4f7
|
@ -268,7 +268,7 @@ class CartController {
|
|||
'not_purchasable' => [
|
||||
/* translators: %s: product name. */
|
||||
'singular' => __(
|
||||
'%s cannot be purchased. Please remove it from your cart.',
|
||||
'%s cannot be purchased. Please remove it from your cart.',
|
||||
'woo-gutenberg-products-block'
|
||||
),
|
||||
/* translators: %s: product names. */
|
||||
|
|
Loading…
Reference in New Issue