Browse Source

fix: ✏️ Fix typo in navbar

release-2.9
Yoann Piétri 5 years ago
committed by Gabriel Detraz
parent
commit
0287d7aa0c
  1. 2
      templates/locale/fr/LC_MESSAGES/django.po
  2. 2
      templates/nav.html

2
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

2
templates/nav.html

@ -109,7 +109,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "Invoices" %}</a></li>
<li><a class="dropdown-item" href="{% url 'cotisations:index-custom-invoice' %}"><i
class="fa fa-file-text"></i>
{% trans "Cutsom invoices" %}</a></li>
{% trans "Custom invoices" %}</a></li>
</ul>
</li>
<li><a class="dropdown-item" href="{% url 'cotisations:index-cost-estimate' %}"><i

Loading…
Cancel
Save