fix some translations

This commit is contained in:
Julien Fastré 2018-09-12 15:12:03 +02:00
parent c02ae50fb6
commit 8549fbf289
2 changed files with 4 additions and 1 deletions

View File

@ -11,3 +11,6 @@ Existing document: Document existant
The document is successfully updated: Le document est mis à jour
No document to download: Aucun document à télécharger
'Choose a document category': Choisissez une catégorie de document
Any document found: Aucun document trouvé
The document is successfully registered: Le document est enregistré
The document is successfully updated: Le document est mis à jour

View File

@ -65,7 +65,7 @@
</tr>
{% else %}
<tr>
<td colspan="9"><span class="chill-no-data-statement">{{ 'Any document found'|trans }}</span></td>
<td colspan="9" style="text-align:center;"><span class="chill-no-data-statement">{{ 'Any document found'|trans }}</span></td>
</tr>
{% endfor %}
</tbody>