diff --git a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html index bcb5a8281..612f216b6 100644 --- a/src/pretix/control/templates/pretixcontrol/vouchers/detail.html +++ b/src/pretix/control/templates/pretixcontrol/vouchers/detail.html @@ -21,7 +21,7 @@ {% if redeemed_in_carts %}
{% blocktrans trimmed with number=redeemed_in_carts %} - This voucher is currently used in {{ number }} cart sessions and there might not be free to use until the cart sessions + This voucher is currently used in {{ number }} cart sessions and might not be free to use until the cart sessions expire. {% endblocktrans %}