aboutsummaryrefslogtreecommitdiff
path: root/templates/payment/table.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/payment/table.html')
-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 %}