Correct name of lazy loaded translation file (https://github.com/woocommerce/woocommerce-blocks/pull/5453)
This commit is contained in:
parent
088be50f3c
commit
17a0325b72
|
@ -209,7 +209,7 @@ class Cart extends AbstractBlock {
|
|||
'cart-blocks/line-items',
|
||||
'cart-blocks/order-summary',
|
||||
'cart-blocks/order-summary--checkout-blocks/billing-address--checkout-blocks/shipping-address',
|
||||
'cart-blocks/checkout-button-frontend.js',
|
||||
'cart-blocks/checkout-button',
|
||||
'cart-blocks/express-payment',
|
||||
];
|
||||
$chunks = preg_filter( '/$/', '-frontend', $blocks );
|
||||
|
|
Loading…
Reference in New Issue