From 361db806af44b3e3d71e52bf98f859d6133b23e4 Mon Sep 17 00:00:00 2001 From: mahsem <137205921+mahsem@users.noreply.github.com> Date: Sun, 23 Jun 2024 13:26:23 +0200 Subject: [PATCH] fix: add translation for strings in cart.html fix: add translation for strings in cart.html --- webshop/templates/pages/cart.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/webshop/templates/pages/cart.html b/webshop/templates/pages/cart.html index 155bb3c3fa..86dbdb3fc4 100644 --- a/webshop/templates/pages/cart.html +++ b/webshop/templates/pages/cart.html @@ -19,15 +19,15 @@
{{ _('Item') }} | -{{ _('Quantity') }} | +{{ _("Item") }} | +{{ _("Quantity") }} | {% if cart_settings.enable_checkout or cart_settings.show_price_in_quotation %} -{{ _('Subtotal') }} | +{{ _("Subtotal") }} | {% endif %}
---|