From 58a2536f279aaa26e5ab4523d8d24245ed8c9bd6 Mon Sep 17 00:00:00 2001 From: Sven Efftinge Date: Tue, 25 Jan 2022 12:27:09 +0000 Subject: [PATCH] [team-sub] fix wording on add members fixes https://github.com/gitpod-io/gitpod/issues/7806 --- 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 8ed45c49a99e2a..4454b2ea0025db 100644 --- a/components/dashboard/src/settings/Teams.tsx +++ b/components/dashboard/src/settings/Teams.tsx @@ -609,10 +609,10 @@ function AddMembersModal(props: { return (

Add Members

-

Add members to the team plan.

+

Select the number of members to add to the team plan.

- +
- Total: {expectedPrice} per month + Additional Charge: {expectedPrice} per month
- +
); }