From 94c25d25f849d8fa4e22fed07115d5c95cc92c94 Mon Sep 17 00:00:00 2001 From: Niels Lange Date: Thu, 30 Dec 2021 19:23:02 +0700 Subject: [PATCH] Correct name of lazy loaded translation file (#5453) --- src/BlockTypes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlockTypes/Cart.php b/src/BlockTypes/Cart.php index e50f52ec700..4e925395727 100644 --- a/src/BlockTypes/Cart.php +++ b/src/BlockTypes/Cart.php @@ -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 );