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') }}
Manage your account settings
{{ t('profile.subtitle') }}
Leave blank to keep current password
{{ t('common.leavePasswordBlank') }}
Passwords do not match
Are you sure you want to delete this restaurant? This action cannot be undone.
{{ t('restaurants.deleteConfirmation') }}