french typo fix

Closes #5749
This commit is contained in:
Serghei Mihai 2014-10-17 15:26:33 +02:00
parent 4e659aa0c6
commit 00f35d12cd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<div class="rteContent col">
<div class="wrapSpecial">
{% if invoice.paid_amount|to_decimal and invoice.total_amount != invoice.paid_amount %}
<h2>Facture reglée partiellement</h2>
<h2>Facture réglée partiellement</h2>
{% endif %}
<h2>Montant de la facture : {{ invoice.total_amount }} €</h2>
<h2>Montant restant à régler : {{ invoice.amount }} €</h2>