Use new synonym system for admin page titles

This commit is contained in:
Jan Böhmer 2025-11-11 23:06:28 +01:00
parent cb27101729
commit f61ecc9738
14 changed files with 83 additions and 138 deletions

View file

@ -5,7 +5,7 @@
{# @var entity \App\Entity\UserSystem\User #}
{% block card_title %}
<i class="fas fa-user fa-fw"></i> {% trans %}user.edit.caption{% endtrans %}
<i class="fas fa-user fa-fw"></i> {{ type_label_p(entity) }}
{% endblock %}
{% block comment %}{% endblock %}
@ -111,4 +111,4 @@
{% block preview_picture %}
<img src="{{ avatar_helper.avatarURL(entity) }}" style="height: 50px;">
{% endblock %}
{% endblock %}