diff --git a/club/templates/club/club_sellings.jinja b/club/templates/club/club_sellings.jinja index 59edd18e..5f8c3665 100644 --- a/club/templates/club/club_sellings.jinja +++ b/club/templates/club/club_sellings.jinja @@ -35,7 +35,7 @@ TODO : rewrite the pagination used in this template an Alpine one {% csrf_token %} {{ form }}

-

+

{% trans %}Quantity: {% endtrans %}{{ total_quantity }} {% trans %}units{% endtrans %}
diff --git a/counter/templates/counter/product_list.jinja b/counter/templates/counter/product_list.jinja index 9644e88f..070dd3eb 100644 --- a/counter/templates/counter/product_list.jinja +++ b/counter/templates/counter/product_list.jinja @@ -89,7 +89,7 @@ :disabled="csvLoading" :aria-busy="csvLoading" > - {% trans %}Download as cvs{% endtrans %} + {% trans %}Download as csv{% endtrans %} diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po index de4ade36..fb8ac45c 100644 --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -388,7 +388,7 @@ msgstr "Montrer" #: club/templates/club/club_sellings.jinja #: counter/templates/counter/product_list.jinja -msgid "Download as cvs" +msgid "Download as csv" msgstr "Télécharger en CSV" #: club/templates/club/club_sellings.jinja