Approval process: Use less scary wording for free orders (Z#23206212) (#5485)

* Approval process: Use less scary wording for free orders (Z#23206212)

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

Co-authored-by: luelista <weller@rami.io>

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

Co-authored-by: luelista <weller@rami.io>

* Revert "Update src/pretix/presale/templates/pretixpresale/event/checkout_confirm.html"

This reverts commit bd98c1a01432403c8428b95591458e259c7e5fae.

---------

Co-authored-by: luelista <weller@rami.io>
This commit is contained in:
Raphael Michel
2025-09-24 15:50:48 +02:00
committed by GitHub
parent 15d15f978f
commit 4931059da3

View File

@@ -186,7 +186,11 @@
{% if require_approval %} {% if require_approval %}
<div class="alert alert-warning"> <div class="alert alert-warning">
<strong> <strong>
{% 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." %} {% 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." %}
{% else %}
{% trans "After you submitted your order using the button below, it will require approval by the event organizer." %}
{% endif %}
</strong> </strong>
{% blocktrans trimmed %} {% blocktrans trimmed %}
We will send you an email as soon as the event organizer approved or rejected your order. We will send you an email as soon as the event organizer approved or rejected your order.