diff --git a/frontend/src/components/auth/MyAvatar.vue b/frontend/src/components/auth/MyAvatar.vue index 315c1b0d..82e5ef00 100644 --- a/frontend/src/components/auth/MyAvatar.vue +++ b/frontend/src/components/auth/MyAvatar.vue @@ -8,7 +8,7 @@

- {{ username }} [{{ isAdmin ? t('role.admin') : t('role.guest') }}] + {{ displayName }} [{{ isAdmin ? t('role.admin') : t('role.guest') }}]