diff --git a/themes/grav/templates/pages.html.twig b/themes/grav/templates/pages.html.twig index 395e47d9..6f112f4e 100644 --- a/themes/grav/templates/pages.html.twig +++ b/themes/grav/templates/pages.html.twig @@ -122,7 +122,7 @@ {% for key, add_modal in config.plugins.admin.add_modals %} {% if add_modal.show_in|defined('bar') == 'bar' %} - {{ add_modal.label }} + {{ add_modal.label|tu }} {% endif %} {% endfor %} @@ -141,7 +141,7 @@ {% endif %} {% for key, add_modal in config.plugins.admin.add_modals %} {% if add_modal.show_in|defined('bar') == 'dropdown' %} -