diff options
-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 %} |