Deleted an unneeded double space in a string on line 271.
This commit is contained in:
NekoJonez 2021-08-13 12:10:44 +02:00 committed by GitHub
parent a7d7ea32bb
commit 162739d4f7
1 changed files with 1 additions and 1 deletions

View File

@ -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. */