From 1cf0369a2da1ab352f10687dc80defdd91a1ecff Mon Sep 17 00:00:00 2001 From: svinkle Date: Mon, 22 Jun 2026 10:51:27 -0400 Subject: [PATCH] Added unique label to the quantity fieldon the cart page. --- locales/en.default.json | 3 ++- sections/cart.liquid | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/locales/en.default.json b/locales/en.default.json index 3a43570d9..e7f453e90 100644 --- a/locales/en.default.json +++ b/locales/en.default.json @@ -17,7 +17,8 @@ "checkout": "Checkout", "title": "Cart", "update": "Update", - "remove": "Remove" + "remove": "Remove", + "quantity": "Quantity for {{ title }}" }, "customers": { "login": { diff --git a/sections/cart.liquid b/sections/cart.liquid index 6d7e49841..fa444f361 100644 --- a/sections/cart.liquid +++ b/sections/cart.liquid @@ -19,7 +19,12 @@ {{ 'cart.remove' | t | link_to: item.url_to_remove }} - +