Fix inconsistent translation

This commit is contained in:
Raphael Michel
2022-05-31 16:36:49 +02:00
parent 017638cc29
commit 25fb5fb741
3 changed files with 3 additions and 3 deletions

View File

@@ -144,7 +144,7 @@
</div>
<p>
{% elif not var.display_price.gross %}
{% trans "FREE" context "price" %}
<span class="text-uppercase">{% trans "free" context "price" %}</span>
{% elif event.settings.display_net_prices %}
{{ var.display_price.net|money:event.currency }}
{% else %}