diff --git a/frontend/src/components/Layout/AppLayout.vue b/frontend/src/components/Layout/AppLayout.vue index c0166f2..41e0520 100644 --- a/frontend/src/components/Layout/AppLayout.vue +++ b/frontend/src/components/Layout/AppLayout.vue @@ -102,7 +102,7 @@

{{ userName }}

-

{{ userStore.role === 'admin' ? 'Administrator' : 'User' }}

+

{{ userStore.role === 'admin' ? t('app.administrator') : t('app.user') }}

@@ -124,7 +124,7 @@
@@ -133,7 +133,7 @@
-