diff --git a/packages/frontend-2/components/invite/dialog/Workspace.vue b/packages/frontend-2/components/invite/dialog/Workspace.vue index cf15da6f4..0ba306c87 100644 --- a/packages/frontend-2/components/invite/dialog/Workspace.vue +++ b/packages/frontend-2/components/invite/dialog/Workspace.vue @@ -16,21 +16,10 @@ ref="selectUsers" :invites="invites" :allowed-domains="allowedDomains" - :show-workspace-roles="!isWorkspaceNewPlansEnabled" > -

- Inviting users may add seats to your current billing cycle. If there are - available seats, they will be used first. Your workspace is currently billed for - {{ memberSeatText }}{{ hasGuestSeats ? ` and ${guestSeatText}` : '' }}. +

+ {{ infoText }}

- @@ -38,11 +27,9 @@