diff --git a/src/lang/en.js b/src/lang/en.js index d25fff70..288bdf53 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -239,7 +239,7 @@ export default { confirmAccount: 'Confirm account', confirmAccounts: 'Confirm accounts', resendConfirmation: 'Resend confirmation email', - invalidUser: 'This user is invalid and can\'t be modified' + invalidUser: 'This account is invalid and can\'t be modified' }, statuses: { statuses: 'Statuses', diff --git a/src/views/users/show.vue b/src/views/users/show.vue index 0d6d081b..f6b08715 100644 --- a/src/views/users/show.vue +++ b/src/views/users/show.vue @@ -44,6 +44,9 @@
+ + {{ $t('users.invalidUser') }} + @@ -222,6 +225,14 @@ table { width: 100%; } } +.invalid-user-tag { + font-size: 14px; + width: inherit; + height: auto; + text-align: center; + word-wrap: break-word; + white-space: normal; +} .left-header-container { align-items: center; display: flex; @@ -287,6 +298,7 @@ table { } .user-profile-table { margin: 0; + width: inherit; } .user-profile-tag { margin: 0 4px 4px 0;