From c5f888662bc14b5b4fa495ccec0e09a64fa1d71a Mon Sep 17 00:00:00 2001 From: yaoweiprc <6896642+yaoweiprc@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:41:37 +0800 Subject: [PATCH] Change wording in the invite modal (#9687) --- .../components/modals/invite-modal/invite-form.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/insomnia/src/ui/components/modals/invite-modal/invite-form.tsx b/packages/insomnia/src/ui/components/modals/invite-modal/invite-form.tsx index d802418078..325ffe5edb 100644 --- a/packages/insomnia/src/ui/components/modals/invite-modal/invite-form.tsx +++ b/packages/insomnia/src/ui/components/modals/invite-modal/invite-form.tsx @@ -77,18 +77,18 @@ const upgradeBannerWording = { submitLink: getAppWebsiteBaseURL() + '/app/pricing?source=app_invite_modal', }, [needsToIncreaseSeats]: { - ownerTitle: 'Increase plan seats to invite more people', - memberTitle: 'Your team is full', + ownerTitle: 'You have consumed all of your seats', + memberTitle: 'Your team has consumed all of its seats', ownerDescription: ( <> - Your team has reached your plan's total purchased seats. Increase your plan's number of seats to continue - inviting new people. + Your team has reached your plan’s total purchased seats. To invite any new people, purchase more seats by + clicking Increase Seats below. You can still invite existing users to different organizations. ), memberDescription: ( <> - Your team has reached your plan's total purchased seats. Tell your plan's owner to increase the number of seats - to continue inviting new people. + Your team has reached your plan’s total purchased seats. Tell your plan's owner to increase the number of seats + to continue inviting new people. You can still invite existing users to different organizations. ), submitText: 'Increase seats',