Grammar fix in backend warning message

This commit is contained in:
Raphael Michel
2023-06-13 22:06:18 +02:00
parent 30da7a6429
commit 1420ad43db

View File

@@ -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">