mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
fix: ✏️ Fix typo in navbar
This commit is contained in:
parent
9d33031bb6
commit
0287d7aa0c
2 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ msgid "Control invoices"
|
||||||
msgstr "Contrôler les factures"
|
msgstr "Contrôler les factures"
|
||||||
|
|
||||||
#: templates/nav.html:112
|
#: templates/nav.html:112
|
||||||
msgid "Cutsom invoices"
|
msgid "Custom invoices"
|
||||||
msgstr "Facture personnalisée"
|
msgstr "Facture personnalisée"
|
||||||
|
|
||||||
#: templates/nav.html:117
|
#: templates/nav.html:117
|
||||||
|
|
|
@ -109,7 +109,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
{% trans "Invoices" %}</a></li>
|
{% trans "Invoices" %}</a></li>
|
||||||
<li><a class="dropdown-item" href="{% url 'cotisations:index-custom-invoice' %}"><i
|
<li><a class="dropdown-item" href="{% url 'cotisations:index-custom-invoice' %}"><i
|
||||||
class="fa fa-file-text"></i>
|
class="fa fa-file-text"></i>
|
||||||
{% trans "Cutsom invoices" %}</a></li>
|
{% trans "Custom invoices" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a class="dropdown-item" href="{% url 'cotisations:index-cost-estimate' %}"><i
|
<li><a class="dropdown-item" href="{% url 'cotisations:index-cost-estimate' %}"><i
|
||||||
|
|
Loading…
Reference in a new issue