From 27a898e7b455fc5487601b8a83ab15c67d93dab3 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Aug 2026 09:30:42 +0000 Subject: [PATCH] Update billing limit banner copy Reword the no-limit-configured banner to "Add a billing limit to your account to prevent overspending" and relabel its button "Billing limit settings". Co-Authored-By: Claude --- apps/webapp/app/components/billing/OrgBanner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/webapp/app/components/billing/OrgBanner.tsx b/apps/webapp/app/components/billing/OrgBanner.tsx index 03214bab7ec..acf10f2469d 100644 --- a/apps/webapp/app/components/billing/OrgBanner.tsx +++ b/apps/webapp/app/components/billing/OrgBanner.tsx @@ -157,14 +157,14 @@ function NoLimitConfiguredBanner() { to={v3BillingLimitsPath(organization)} > - Configure billing limit + Billing limit settings ) : undefined } > {canManageBillingLimits - ? "Protect your organization from unexpected usage spikes." + ? "Add a billing limit to your account to prevent overspending" : "Billing limits are not configured for this organization. Contact an organization administrator to configure them."} );