Change wording in the invite modal (#9687)

This commit is contained in:
yaoweiprc
2026-03-04 11:41:37 +08:00
committed by GitHub
parent 4413f4b526
commit c5f888662b

View File

@@ -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 plans 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 plans 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',