From c17c0cd028ae282bd04365e548232c8d97eab02c Mon Sep 17 00:00:00 2001 From: Jordan Husney Date: Wed, 22 May 2024 11:26:53 -0700 Subject: [PATCH] feat: update plan upgrade CTA label --- .../teamDashboard/components/TeamSettings/TeamSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/modules/teamDashboard/components/TeamSettings/TeamSettings.tsx b/packages/client/modules/teamDashboard/components/TeamSettings/TeamSettings.tsx index e59561f09fc..07b1ba2d9c5 100644 --- a/packages/client/modules/teamDashboard/components/TeamSettings/TeamSettings.tsx +++ b/packages/client/modules/teamDashboard/components/TeamSettings/TeamSettings.tsx @@ -89,7 +89,7 @@ const TeamSettings = (props: Props) => { : 'This team is currently on a starter plan.'} history.push(`/me/organizations/${orgId}`)}> - {`Upgrade Team to ${TierLabel.TEAM}`} + {`Upgrade to ${TierLabel.TEAM} Plan`}