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

This commit is contained in:
Raphael Michel
2025-09-23 17:50:05 +02:00
parent fb8a8142d9
commit b05efd599d
@@ -186,7 +186,11 @@
{% if require_approval %}
<div class="alert alert-warning">
<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 before it can be confirmed." %}
{% endif %}
</strong>
{% blocktrans trimmed %}
We will send you an email as soon as the event organizer approved or rejected your order.