diff --git a/frontend/src/components/Controls/MultiSelectEmailInput.vue b/frontend/src/components/Controls/MultiSelectEmailInput.vue index 182ed938..5e3b6cf0 100644 --- a/frontend/src/components/Controls/MultiSelectEmailInput.vue +++ b/frontend/src/components/Controls/MultiSelectEmailInput.vue @@ -70,7 +70,7 @@ {{ fetchContacts ? __('No results found') - : __('Type an email address to add') + : __('Type an email address to invite') }}

- {{ __('Agents') }} + {{ __('Users') }}

{ component: markRaw(ProfileSettings), }, { - label: __('Agents'), + label: __('Users'), icon: 'user', component: markRaw(Agents), }, @@ -96,7 +96,7 @@ const tabs = computed(() => { condition: () => isManager(), }, { - label: __('Invite Agent'), + label: __('Invite User'), icon: InviteIcon, component: markRaw(InviteAgentPage), condition: () => isManager(),