mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Clarify cancellation description
This commit is contained in:
@@ -241,14 +241,14 @@
|
|||||||
You can cancel this order. In this case, a cancellation fee of <strong>{{ fee }}</strong>
|
You can cancel this order. In this case, a cancellation fee of <strong>{{ fee }}</strong>
|
||||||
will be kept and you will receive a refund of the remainder to your original payment method.
|
will be kept and you will receive a refund of the remainder to your original payment method.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% trans "This will invalidate all of your tickets." %}
|
{% trans "This will invalidate all tickets in this order." %}
|
||||||
</p>
|
</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
You can cancel this order and receive a full refund to your original payment method.
|
You can cancel this order and receive a full refund to your original payment method.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% trans "This will invalidate all of your tickets." %}
|
{% trans "This will invalidate all tickets in this order." %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{% eventurl event 'presale:event.order.cancel' secret=order.secret order=order.code %}"
|
<a href="{% eventurl event 'presale:event.order.cancel' secret=order.secret order=order.code %}"
|
||||||
@@ -261,7 +261,7 @@
|
|||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
You can cancel this order using the following button.
|
You can cancel this order using the following button.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% trans "This will invalidate all of your tickets." %}
|
{% trans "This will invalidate all tickets in this order." %}
|
||||||
</p>
|
</p>
|
||||||
<a href="{% eventurl event 'presale:event.order.cancel' secret=order.secret order=order.code %}"
|
<a href="{% eventurl event 'presale:event.order.cancel' secret=order.secret order=order.code %}"
|
||||||
class="btn btn-danger">
|
class="btn btn-danger">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
Do you really want to cancel this order? You cannot revert this action.
|
Do you really want to cancel this order? You cannot revert this action.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% trans "This will invalidate all of your tickets." %}
|
{% trans "This will invalidate all tickets in this order." %}
|
||||||
</p>
|
</p>
|
||||||
{% if refund_amount %}
|
{% if refund_amount %}
|
||||||
{% if can_auto_refund %}
|
{% if can_auto_refund %}
|
||||||
|
|||||||
Reference in New Issue
Block a user