+
-
{{ $t('general.remove') }}
+
{{ $t('general.remove') }}
@@ -228,7 +234,7 @@ const descriptionInput: VNodeRef = (el) => (el as HTMLInputElement)?.focus()
-
+
{{ $t('title.generateToken') }}
@@ -248,11 +254,12 @@ const descriptionInput: VNodeRef = (el) => (el as HTMLInputElement)?.focus()
v-model:value="selectedTokenData.description"
data-testid="nc-token-modal-description"
:placeholder="$t('labels.description')"
+ class="h-9 rounded-md"
/>
-
-
+
+
{{ $t('general.generate') }}
diff --git a/packages/nc-gui/components/account/UserList.vue b/packages/nc-gui/components/account/UserList.vue
index 6448f9454f..39c13504e3 100644
--- a/packages/nc-gui/components/account/UserList.vue
+++ b/packages/nc-gui/components/account/UserList.vue
@@ -136,9 +136,9 @@ const copyPasswordResetUrl = async (user: User) => {
@@ -147,7 +147,8 @@ const copyPasswordResetUrl = async (user: User) => {
{
diff --git a/packages/nc-gui/components/account/UsersModal.vue b/packages/nc-gui/components/account/UsersModal.vue
index 5e08b076c6..3280d0b951 100644
--- a/packages/nc-gui/components/account/UsersModal.vue
+++ b/packages/nc-gui/components/account/UsersModal.vue
@@ -125,13 +125,13 @@ const emailInput: VNodeRef = (el) => (el as HTMLInputElement)?.focus()
-
+
-
+
@@ -152,8 +152,8 @@ const emailInput: VNodeRef = (el) => (el as HTMLInputElement)?.focus()
{{ usersData.invitationToken && usersData.emails }}
-
-
+
+
@@ -165,11 +165,6 @@ const emailInput: VNodeRef = (el) => (el as HTMLInputElement)?.focus()
-
-
-
{{ $t('activity.inviteUser') }}
-
-
(el as HTMLInputElement)?.focus()
(el as HTMLInputElement)?.focus()
-
-
+
+
{{ $t('activity.invite') }}