From 17a0325b72733a08f425de76e05d4636db531556 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 (https://github.com/woocommerce/woocommerce-blocks/pull/5453) --- plugins/woocommerce-blocks/src/BlockTypes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-blocks/src/BlockTypes/Cart.php b/plugins/woocommerce-blocks/src/BlockTypes/Cart.php index e50f52ec700..4e925395727 100644 --- a/plugins/woocommerce-blocks/src/BlockTypes/Cart.php +++ b/plugins/woocommerce-blocks/src/BlockTypes/Cart.php @@ -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 );