diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html index cb83f25f0..13bf46555 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_cart.html @@ -11,8 +11,11 @@ {% trans "Product" %} {% if download %} {% trans "Ticket download" %} - {% elif not hide_prices %} - {% trans "Price per item" %} + {% else %} + {% trans "Quantity" %} + {% if not hide_prices %} + {% trans "Price per item" %} + {% endif %} {% endif %} {% if not hide_prices %} {% trans "Price total" %} @@ -392,12 +395,20 @@ {% endfor %} {% endfor %} {% for fee in cart.fees %} -