fix typo in text shown to user

This commit is contained in:
imperosol
2025-11-26 12:56:04 +01:00
parent d9d5944a6d
commit 9fb3f83df5
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ TODO : rewrite the pagination used in this template an Alpine one
{% csrf_token %} {% csrf_token %}
{{ form }} {{ form }}
<p><input type="submit" value="{% trans %}Show{% endtrans %}" /></p> <p><input type="submit" value="{% trans %}Show{% endtrans %}" /></p>
<p><input type="submit" value="{% trans %}Download as cvs{% endtrans %}" formaction="{{ url('club:sellings_csv', club_id=object.id) }}"/></p> <p><input type="submit" value="{% trans %}Download as csv{% endtrans %}" formaction="{{ url('club:sellings_csv', club_id=object.id) }}"/></p>
</form> </form>
<p> <p>
{% trans %}Quantity: {% endtrans %}{{ total_quantity }} {% trans %}units{% endtrans %}<br/> {% trans %}Quantity: {% endtrans %}{{ total_quantity }} {% trans %}units{% endtrans %}<br/>

View File

@@ -89,7 +89,7 @@
:disabled="csvLoading" :disabled="csvLoading"
:aria-busy="csvLoading" :aria-busy="csvLoading"
> >
{% trans %}Download as cvs{% endtrans %} <i class="fa fa-file-arrow-down"></i> {% trans %}Download as csv{% endtrans %} <i class="fa fa-file-arrow-down"></i>
</button> </button>
</div> </div>

View File

@@ -388,7 +388,7 @@ msgstr "Montrer"
#: club/templates/club/club_sellings.jinja #: club/templates/club/club_sellings.jinja
#: counter/templates/counter/product_list.jinja #: counter/templates/counter/product_list.jinja
msgid "Download as cvs" msgid "Download as csv"
msgstr "Télécharger en CSV" msgstr "Télécharger en CSV"
#: club/templates/club/club_sellings.jinja #: club/templates/club/club_sellings.jinja