Fix text for free orders pending approval

This commit is contained in:
Raphael Michel
2022-06-09 17:06:26 +02:00
parent 03a7a4e210
commit d45bc0f37b

View File

@@ -182,9 +182,13 @@
{% trans "Your order requires approval by the event organizer before it can be confirmed and forms a valid contract." %}
</strong>
{% blocktrans trimmed %}
We will sent you an email as soon as the event organizer approved or rejected your order. If your
order was approved, we will send you a link that you can use to pay.
We will sent you an email as soon as the event organizer approved or rejected your order.
{% endblocktrans %}
{% if cart.total > 0 %}
{% blocktrans trimmed %}
If your order was approved, we will send you a link that you can use to pay.
{% endblocktrans %}
{% endif %}
</div>
{% endif %}
<div class="row checkout-button-row clearfix">