From 1274315cde8fbb3a5773dfc4309de1c9b35d6799 Mon Sep 17 00:00:00 2001 From: Ehouarn Date: Sat, 19 Jul 2025 18:55:49 +0200 Subject: [PATCH] Last untranslated field --- apps/wei/templates/wei/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wei/templates/wei/base.html b/apps/wei/templates/wei/base.html index efb619ac..2975efc0 100644 --- a/apps/wei/templates/wei/base.html +++ b/apps/wei/templates/wei/base.html @@ -50,7 +50,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endif %} {% if club.deposit_amount > 0 %} -
{% trans 'Deposit amount'|capfirst %}
+
{% trans 'deposit amount'|capfirst %}
{{ club.deposit_amount|pretty_money }}
{% endif %}