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