diff --git a/dashboard/src/components/ProfileView.vue b/dashboard/src/components/ProfileView.vue index c289fa77b..d9a7dd645 100644 --- a/dashboard/src/components/ProfileView.vue +++ b/dashboard/src/components/ProfileView.vue @@ -14,40 +14,31 @@
| {{ $t('main.username') }} | -- {{ user.username }} - | +{{ $t('main.username') }} | +{{ user.username }} | +|
| {{ $t('main.displayName') }} | -- {{ user.displayName }} - | +{{ $t('main.displayName') }} | +{{ user.displayName }} | +|
| {{ $t('profile.primaryEmail') }} | -- {{ user.email }} - | +{{ $t('profile.primaryEmail') }} | +{{ user.email }} | +|
| {{ $t('profile.passwordRecoveryEmail') }} | -- {{ user.fallbackEmail }} - | +{{ $t('profile.passwordRecoveryEmail') }} | +{{ user.fallbackEmail }} | +|
| - {{ $t('profile.passwordResetAction') }} - | -||||
| {{ $t('profile.language') }} | -
- |
+ {{ $t('profile.language') }} | +||