diff --git a/templates/web/common/menubar.html.twig b/templates/web/common/menubar.html.twig index f3396d960b..97831a327f 100644 --- a/templates/web/common/menubar.html.twig +++ b/templates/web/common/menubar.html.twig @@ -128,7 +128,7 @@ {% else %} - {{app.getAuthenticatedUser().getLogin()}} + {{ app.getAuthenticatedUser().getDisplayName() }} {% endif %}