From 9fb3f83df53159b84c48339bb1d78cbbb1feee98 Mon Sep 17 00:00:00 2001 From: imperosol Date: Wed, 26 Nov 2025 12:56:04 +0100 Subject: [PATCH] fix typo in text shown to user --- club/templates/club/club_sellings.jinja | 2 +- counter/templates/counter/product_list.jinja | 2 +- locale/fr/LC_MESSAGES/django.po | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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