From 0120a5a930c0ec95faf5a2096a78746a1f987f59 Mon Sep 17 00:00:00 2001
From: Raphael Michel
{% 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." %}
{% endif %} diff --git a/src/pretix/presale/templates/pretixpresale/event/order_cancel.html b/src/pretix/presale/templates/pretixpresale/event/order_cancel.html index d45972f95b..058e1e06da 100644 --- a/src/pretix/presale/templates/pretixpresale/event/order_cancel.html +++ b/src/pretix/presale/templates/pretixpresale/event/order_cancel.html @@ -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." %} {% if refund_amount %} {% if can_auto_refund %}