mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Grammar fix in backend warning message
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
{% if redeemed_in_carts %}
|
{% if redeemed_in_carts %}
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
{% blocktrans trimmed with number=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.
|
expire.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
<p class="text-right">
|
<p class="text-right">
|
||||||
|
|||||||
Reference in New Issue
Block a user