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