Skip to content

Commit 54a6941

Browse files
committed
fixed translation bug
1 parent 7829524 commit 54a6941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/templates/menu/new.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends '@TwinElementsAdmin/core/details.html.twig' %}
22

3-
{% block title %}{{ 'menu.add_new_menu_item'|trans }}{% endblock %}
3+
{% block title %}{{ 'menu.add_new_menu_item'|translate_admin }}{% endblock %}
44
{% block buttons %}
55
{% set back_button_link = path('menu_index', {'category': menu_category.id}) %}
66
{{ block('back_button') }}

0 commit comments

Comments
 (0)