From bd98c1a01432403c8428b95591458e259c7e5fae Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 24 Sep 2025 15:24:34 +0200 Subject: [PATCH] Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html Co-authored-by: luelista --- .../presale/templates/pretixpresale/event/checkout_confirm.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html index 40db91accc..e96342dfa7 100644 --- a/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html +++ b/src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html @@ -187,7 +187,7 @@
{% if cart.total > 0 %} - {% trans "After you submitted your order using the button below, it will require approval by the event organizer before it can be confirmed and forms a valid contract." %} + {% trans "After you submitted your order using the button below, it will require approval by the event organizer before it can be paid and forms a valid contract." %} {% else %} {% trans "After you submitted your order using the button below, it will require approval by the event organizer." %} {% endif %}