Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html

Co-authored-by: luelista <weller@rami.io>
This commit is contained in:
Raphael Michel
2025-09-24 15:24:34 +02:00
committed by GitHub
co-authored by luelista
parent 7584176270
commit bd98c1a014
@@ -187,7 +187,7 @@
<div class="alert alert-warning">
<strong>
{% 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 %}