mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-01 07:49:33 +00:00
Use new synonym system for admin page titles
This commit is contained in:
parent
cb27101729
commit
f61ecc9738
14 changed files with 83 additions and 138 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{% import "vars.macro.twig" as vars %}
|
||||
|
||||
{% block card_title %}
|
||||
<i class="fa-solid fa-coins"></i> {% trans %}currency.caption{% endtrans %}
|
||||
<i class="fa-solid fa-coins"></i> {{ type_label_p(entity) }}
|
||||
{% endblock %}
|
||||
|
||||
{% block additional_controls %}
|
||||
|
|
@ -41,4 +41,4 @@
|
|||
|
||||
{% block new_title %}
|
||||
{% trans %}currency.new{% endtrans %}
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue