diff --git a/components/dashboard/src/settings/Plans.tsx b/components/dashboard/src/settings/Plans.tsx index cec5c99b2d7e4d..ba201179644413 100644 --- a/components/dashboard/src/settings/Plans.tsx +++ b/components/dashboard/src/settings/Plans.tsx @@ -636,14 +636,16 @@ export default function () { {isUsageBasedBillingEnabled && ( - Your account has been enabled for usage-based billing. Discover faster workspace classes and - only pay for what you actually use.{" "} - - Learn more + To access{" "} + + large workspaces + {" "} + and{" "} + + pay-as-you-go -
-
- The old monthly plans are deprecated and will be cancelled by End of March 2023. + , first cancel your existing plan. Existing plans will keep working until the end of March, + 2023.
)}
diff --git a/components/dashboard/src/settings/Teams.tsx b/components/dashboard/src/settings/Teams.tsx index 45fc88a9d10e23..f5831fce034628 100644 --- a/components/dashboard/src/settings/Teams.tsx +++ b/components/dashboard/src/settings/Teams.tsx @@ -456,14 +456,15 @@ function AllTeams() {
{isUsageBasedBillingEnabled && ( - Your account has been enabled for usage-based billing. Discover faster workspace classes and only - pay for what you actually use.{" "} - - Learn more + To access{" "} + + large workspaces + {" "} + and{" "} + + pay-as-you-go -
-
- The old monthly plans are deprecated and will be cancelled by End of March 2023. + , first cancel your existing plan. Existing plans will keep working until the end of March, 2023.
)}