@@ -24,7 +24,7 @@ import { Disposable } from "@gitpod/gitpod-protocol";
24
24
export default function Teams ( ) {
25
25
26
26
return ( < div >
27
- < PageWithSubMenu subMenu = { settingsMenu } title = 'Teams ' subtitle = 'View and manage subscriptions for your team with one centralized billing.' >
27
+ < PageWithSubMenu subMenu = { settingsMenu } title = 'Team Plans ' subtitle = 'View and manage subscriptions for your team with one centralized billing.' >
28
28
< AllTeams />
29
29
</ PageWithSubMenu >
30
30
</ div > ) ;
@@ -435,7 +435,7 @@ function AllTeams() {
435
435
< button className = "self-end my-auto secondary" onClick = { ( ) => showBilling ( ) } > Billing</ button >
436
436
) }
437
437
{ getActiveSubs ( ) . length > 0 && (
438
- < button className = "self-end my-auto" disabled = { ! ! pendingPlanPurchase || getAvailableSubTypes ( ) . length === 0 } onClick = { ( ) => showCreateTeamModal ( ) } > Create Team</ button >
438
+ < button className = "self-end my-auto" disabled = { ! ! pendingPlanPurchase || getAvailableSubTypes ( ) . length === 0 } onClick = { ( ) => showCreateTeamModal ( ) } > Create Team Plan </ button >
439
439
) }
440
440
</ div >
441
441
</ div >
@@ -564,7 +564,7 @@ function InviteMembersModal(props: {
564
564
return ( < Modal visible = { true } onClose = { props . onClose } >
565
565
< h3 className = "pb-2" > Invite Members</ h3 >
566
566
< div className = "border-t border-b border-gray-200 dark:border-gray-800 mt-2 -mx-6 px-6 py-4 space-y-2" >
567
- < p className = "pb-2 text-gray-500 text-base" > Invite members to the team using the URL below.</ p >
567
+ < p className = "pb-2 text-gray-500 text-base" > Invite members to the team plan using the URL below.</ p >
568
568
569
569
< div className = "flex flex-col space-y-2" >
570
570
< label htmlFor = "inviteUrl" className = "font-medium" > Invite URL</ label >
@@ -574,7 +574,7 @@ function InviteMembersModal(props: {
574
574
< img src = { copy } title = "Copy Invite URL" className = "absolute top-1/3 right-3" />
575
575
</ div >
576
576
</ div >
577
- < p className = "pb-4 text-gray-500 text-sm" > { copied ? "Copied to clipboard!" : "Use this URL to join this team." } </ p >
577
+ < p className = "pb-4 text-gray-500 text-sm" > { copied ? "Copied to clipboard!" : "Use this URL to join this team plan ." } </ p >
578
578
</ div >
579
579
580
580
</ div >
0 commit comments