mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
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 bd98c1a014.
---------
Co-authored-by: luelista <weller@rami.io>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user