aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoris2025-01-31 22:50:11 +0100
committerJoris2025-01-31 23:30:33 +0100
commit3a7a2fc20da14f3e7b62ecda91f66c87333333fe (patch)
tree6bfa8f49cc330cae52da11da059c0d52766caa0c /templates
parent877f64b33adf32cf8495d1364d184055aab8089c (diff)
Fix message in payment table page
Diffstat (limited to 'templates')
-rw-r--r--templates/payment/table.html2
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 %}