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

);