From b3ca02d8e5f9bd170b03abba7dd75d7b1700cc49 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Wed, 9 Oct 2024 11:38:04 +0200 Subject: [PATCH] change style of discount notice --- .../templates/pretixpresale/event/fragment_product_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html index 0ca5515b4f..93b4d4f406 100644 --- a/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html +++ b/src/pretix/presale/templates/pretixpresale/event/fragment_product_list.html @@ -10,7 +10,7 @@

{{ category.name }} {% if is_cross_selling and category.cross_selling_condition == 'discounts' %} - {% trans "Your order qualifies for a discount" %} + {% trans "Your order qualifies for a discount" %} {% endif %}

{% if category.description %}