From 0f90024c16acaaa8f308df3155d72af2bc2be870 Mon Sep 17 00:00:00 2001 From: Jurgen Leschner Date: Tue, 29 Nov 2022 09:24:15 +0000 Subject: [PATCH] Replace usage-based with pay-as-you-go in billing pages --- components/dashboard/src/components/UsageBasedBillingConfig.tsx | 2 +- components/dashboard/src/settings/Billing.tsx | 2 +- components/dashboard/src/teams/TeamUsageBasedBilling.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/dashboard/src/components/UsageBasedBillingConfig.tsx b/components/dashboard/src/components/UsageBasedBillingConfig.tsx index 57f87451b36158..706d7af155ff86 100644 --- a/components/dashboard/src/components/UsageBasedBillingConfig.tsx +++ b/components/dashboard/src/components/UsageBasedBillingConfig.tsx @@ -211,7 +211,7 @@ export default function UsageBasedBillingConfig({ attributionId }: Props) { return (
-

Manage usage-based billing, usage limit, and payment method.

+

Manage pay-as-you-go billing.

{errorMessage && ( diff --git a/components/dashboard/src/settings/Billing.tsx b/components/dashboard/src/settings/Billing.tsx index c02dbd583c76f9..e1bff446b34de9 100644 --- a/components/dashboard/src/settings/Billing.tsx +++ b/components/dashboard/src/settings/Billing.tsx @@ -19,7 +19,7 @@ export default function Billing() {

Default Billing Account

-

Personal Plan

+

Personal Billing

diff --git a/components/dashboard/src/teams/TeamUsageBasedBilling.tsx b/components/dashboard/src/teams/TeamUsageBasedBilling.tsx index a50b210b71ad91..e174c233f562ff 100644 --- a/components/dashboard/src/teams/TeamUsageBasedBilling.tsx +++ b/components/dashboard/src/teams/TeamUsageBasedBilling.tsx @@ -33,7 +33,7 @@ export default function TeamUsageBasedBilling() { return ( <> -

Usage-Based Billing

+

Team Billing

);