8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-04 16:43:47 +00:00

fix: ✏️ Fix typo in navbar

This commit is contained in:
Yoann Pétri 2021-01-17 19:32:05 +01:00 committed by Gabriel Detraz
parent 9d33031bb6
commit 0287d7aa0c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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