From 8b859651e84a6cf668991553ac92b2e5a9486157 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Mon, 26 Dec 2022 18:04:16 +0100 Subject: [PATCH] Improve accessibility Replace trash-can icon with text --- nummi/main/locale/fr/LC_MESSAGES/django.po | 10 +++++----- nummi/main/templates/main/transaction.html | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/nummi/main/locale/fr/LC_MESSAGES/django.po b/nummi/main/locale/fr/LC_MESSAGES/django.po index dd01263..65d352d 100644 --- a/nummi/main/locale/fr/LC_MESSAGES/django.po +++ b/nummi/main/locale/fr/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-12-26 17:59+0100\n" +"POT-Creation-Date: 2022-12-26 18:02+0100\n" "PO-Revision-Date: 2022-12-21 17:30+0100\n" "Last-Translator: edpibu \n" "Language-Team: edpibu \n" @@ -104,7 +104,6 @@ msgid "Search" msgstr "Rechercher" #: .\main\templates\main\base.html:59 -#| msgid "Log In" msgid "Log out" msgstr "Se connecter" @@ -121,7 +120,8 @@ msgid "Log In" msgstr "Se connecter" #: .\main\templates\main\tag\form_buttons.html:4 -#: .\main\templates\main\transaction.html:41 +#: .\main\templates\main\transaction.html:42 +#: .\main\templates\main\transaction.html:43 msgid "Delete" msgstr "Supprimer" @@ -129,10 +129,10 @@ msgstr "Supprimer" msgid "Save" msgstr "Enregistrer" -#: .\main\templates\main\transaction.html:50 +#: .\main\templates\main\transaction.html:51 msgid "Add invoice" msgstr "Ajouter une facture" -#: .\main\templates\main\transaction.html:58 +#: .\main\templates\main\transaction.html:59 msgid "Add" msgstr "Ajouter" diff --git a/nummi/main/templates/main/transaction.html b/nummi/main/templates/main/transaction.html index fe34167..617a4fd 100644 --- a/nummi/main/templates/main/transaction.html +++ b/nummi/main/templates/main/transaction.html @@ -31,15 +31,16 @@
{% translate "Name" %} - +
{% for inv in transaction.invoices %} {% endfor %}