diff options
author | Joris | 2025-01-31 22:50:11 +0100 |
---|---|---|
committer | Joris | 2025-01-31 23:30:33 +0100 |
commit | 3a7a2fc20da14f3e7b62ecda91f66c87333333fe (patch) | |
tree | 6bfa8f49cc330cae52da11da059c0d52766caa0c /templates/payment | |
parent | 877f64b33adf32cf8495d1364d184055aab8089c (diff) |
Fix message in payment table page
Diffstat (limited to 'templates/payment')
-rw-r--r-- | templates/payment/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/payment/table.html b/templates/payment/table.html index 71bfb0a..5bdc8b3 100644 --- a/templates/payment/table.html +++ b/templates/payment/table.html @@ -20,7 +20,7 @@ </div> {% else %} <div class="g-Paragraph"> - {{ count | numeric }} paiement{{ pluralize(count, "paiement") }} comptabilisant {{ total_cost | euros() }}. + {{ count | numeric }} {{ pluralize(count, "paiement") }} comptabilisant {{ total_cost | euros() }}. </div> {% endif %} |