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 }} - +