From 7136007cffe41449f8b59c3756a3d940244bc4ba Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Thu, 3 Mar 2022 09:00:34 +0000 Subject: [PATCH] [dashboard] Further disambiguate 'Team Plans' vs 'Teams' based on user feedback (title, button, invite modal) --- components/dashboard/src/settings/Teams.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/dashboard/src/settings/Teams.tsx b/components/dashboard/src/settings/Teams.tsx index 4454b2ea0025db..1af34b0f52f17d 100644 --- a/components/dashboard/src/settings/Teams.tsx +++ b/components/dashboard/src/settings/Teams.tsx @@ -24,7 +24,7 @@ import { Disposable } from "@gitpod/gitpod-protocol"; export default function Teams() { return (
- +
); @@ -435,7 +435,7 @@ function AllTeams() { )} {getActiveSubs().length > 0 && ( - + )} @@ -564,7 +564,7 @@ function InviteMembersModal(props: { return (

Invite Members

-

Invite members to the team using the URL below.

+

Invite members to the team plan using the URL below.

@@ -574,7 +574,7 @@ function InviteMembersModal(props: {
-

{copied ? "Copied to clipboard!" : "Use this URL to join this team."}

+

{copied ? "Copied to clipboard!" : "Use this URL to join this team plan."}