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

Commit

Permalink
Correct name of lazy loaded translation file (#5453)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange authored Dec 30, 2021
1 parent 2635445 commit 94c25d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockTypes/Cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected function register_block_type_assets() {
'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 );
Expand Down

0 comments on commit 94c25d2

Please sign in to comment.