Skip to content

Commit 27a898e

Browse files
committed
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 <noreply@anthropic.com>
1 parent a55f7cd commit 27a898e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webapp/app/components/billing/OrgBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@ function NoLimitConfiguredBanner() {
157157
to={v3BillingLimitsPath(organization)}
158158
>
159159
<span className="mx-auto grow self-center truncate text-text-bright system:text-white">
160-
Configure billing limit
160+
Billing limit settings
161161
</span>
162162
</LinkButton>
163163
) : undefined
164164
}
165165
>
166166
{canManageBillingLimits
167-
? "Protect your organization from unexpected usage spikes."
167+
? "Add a billing limit to your account to prevent overspending"
168168
: "Billing limits are not configured for this organization. Contact an organization administrator to configure them."}
169169
</AnimatedOrgBannerBar>
170170
);

0 commit comments

Comments
 (0)