Clarify cancellation description

This commit is contained in:
Raphael Michel
2019-09-11 08:55:03 +02:00
parent ba555f956e
commit 0120a5a930
2 changed files with 4 additions and 4 deletions

View File

@@ -241,14 +241,14 @@
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.
{% endblocktrans %}
{% trans "This will invalidate all of your tickets." %}
{% trans "This will invalidate all tickets in this order." %}
</p>
{% else %}
<p>
{% blocktrans trimmed %}
You can cancel this order and receive a full refund to your original payment method.
{% endblocktrans %}
{% trans "This will invalidate all of your tickets." %}
{% trans "This will invalidate all tickets in this order." %}
</p>
{% endif %}
<a href="{% eventurl event 'presale:event.order.cancel' secret=order.secret order=order.code %}"
@@ -261,7 +261,7 @@
{% blocktrans trimmed %}
You can cancel this order using the following button.
{% endblocktrans %}
{% trans "This will invalidate all of your tickets." %}
{% trans "This will invalidate all tickets in this order." %}
</p>
<a href="{% eventurl event 'presale:event.order.cancel' secret=order.secret order=order.code %}"
class="btn btn-danger">

View File

@@ -13,7 +13,7 @@
{% blocktrans trimmed %}
Do you really want to cancel this order? You cannot revert this action.
{% endblocktrans %}
{% trans "This will invalidate all of your tickets." %}
{% trans "This will invalidate all tickets in this order." %}
</p>
{% if refund_amount %}
{% if can_auto_refund %}