Skip to content

[dashboard] Adjust Chargebee plan end-of-life notification text #15181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions components/dashboard/src/settings/Plans.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -636,14 +636,16 @@ export default function () {
<PageWithSettingsSubMenu title="Plans" subtitle="Manage account usage and billing.">
{isUsageBasedBillingEnabled && (
<Alert type="message" className="mb-4">
Your account has been enabled for usage-based billing. Discover faster workspace classes and
only pay for what you actually use.{" "}
<a className="gp-link" href="https://www.gitpod.io/docs/configure/billing/usage-based-billing">
Learn more
To access{" "}
<a className="gp-link" href="https://www.gitpod.io/docs/configure/workspaces/workspace-classes">
large workspaces
</a>{" "}
and{" "}
<a className="gp-link" href="https://www.gitpod.io/docs/configure/billing/pay-as-you-go">
pay-as-you-go
</a>
<br />
<br />
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.
</Alert>
)}
<div className="w-full text-center">
Expand Down
15 changes: 8 additions & 7 deletions components/dashboard/src/settings/Teams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -456,14 +456,15 @@ function AllTeams() {
<div>
{isUsageBasedBillingEnabled && (
<Alert type="message" className="mb-4">
Your account has been enabled for usage-based billing. Discover faster workspace classes and only
pay for what you actually use.{" "}
<a className="gp-link" href="https://www.gitpod.io/docs/configure/billing/usage-based-billing">
Learn more
To access{" "}
<a className="gp-link" href="https://www.gitpod.io/docs/configure/workspaces/workspace-classes">
large workspaces
</a>{" "}
and{" "}
<a className="gp-link" href="https://www.gitpod.io/docs/configure/billing/pay-as-you-go">
pay-as-you-go
</a>
<br />
<br />
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.
</Alert>
)}
<div className="flex flex-row">
Expand Down