From 0287d7aa0c64d7b3b9f8eb471407831451e6bdeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pi=C3=A9tri?= Date: Sun, 17 Jan 2021 19:32:05 +0100 Subject: [PATCH] fix: :pencil2: Fix typo in navbar --- templates/locale/fr/LC_MESSAGES/django.po | 2 +- templates/nav.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/locale/fr/LC_MESSAGES/django.po b/templates/locale/fr/LC_MESSAGES/django.po index 4909dd5d..1cba3a5d 100644 --- a/templates/locale/fr/LC_MESSAGES/django.po +++ b/templates/locale/fr/LC_MESSAGES/django.po @@ -270,7 +270,7 @@ msgid "Control invoices" msgstr "Contrôler les factures" #: templates/nav.html:112 -msgid "Cutsom invoices" +msgid "Custom invoices" msgstr "Facture personnalisée" #: templates/nav.html:117 diff --git a/templates/nav.html b/templates/nav.html index c7cc394f..5ffe4f09 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -109,7 +109,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% trans "Invoices" %}
  • - {% trans "Cutsom invoices" %}
  • + {% trans "Custom invoices" %}