mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Order confirmation: Fine-tune text
This commit is contained in:
@@ -186,10 +186,10 @@
|
|||||||
{% if require_approval %}
|
{% if require_approval %}
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
<strong>
|
<strong>
|
||||||
{% trans "Your order requires approval by the event organizer before it can be confirmed and forms a valid contract." %}
|
{% 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." %}
|
||||||
</strong>
|
</strong>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
We will sent 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.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% if cart.total > 0 %}
|
{% if cart.total > 0 %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
|
|||||||
Reference in New Issue
Block a user