From da4377939922654a95d06fa887807b657e37db07 Mon Sep 17 00:00:00 2001 From: adildev101 <108662497+adildev101@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:09:07 +0100 Subject: [PATCH] init (#208) --- snippets/cart-drawer.liquid | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/snippets/cart-drawer.liquid b/snippets/cart-drawer.liquid index 478aeaf4..7750e316 100644 --- a/snippets/cart-drawer.liquid +++ b/snippets/cart-drawer.liquid @@ -22,13 +22,13 @@ } const CART_DRAWER_TRANSLATION = { - quantityVariant: '{{ 'cart.items.quantity' | t }}', + quantityVariant: "{{ 'cart.items.quantity' | t }}", cartName: "{{ 'cart.cart' | t }}", - totalAmount: '{{ 'cart.total_amount' | t }}', - checkoutPayment: '{{ 'cart.summary.checkout_cta' | t }}', - emptyCart: '{{ 'cart.empty_cart' | t }}', - itemsName: '{{ 'cart.items_count' | t }}', - continueShopping: '{{ 'cart.summary.continue_shppping' | t }}', + totalAmount: "{{ 'cart.total_amount' | t }}", + checkoutPayment: "{{ 'cart.summary.checkout_cta' | t }}", + emptyCart: "{{ 'cart.empty_cart' | t }}", + itemsName: "{{ 'cart.items_count' | t }}", + continueShopping: "{{ 'cart.summary.continue_shppping' | t }}", } {% endjavascript %}