Skip to content
Merged
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
4 changes: 2 additions & 2 deletions apps/webapp/app/components/billing/OrgBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@ function NoLimitConfiguredBanner() {
to={v3BillingLimitsPath(organization)}
>
<span className="mx-auto grow self-center truncate text-text-bright system:text-white">
Configure billing limit
Billing limit settings
</span>
</LinkButton>
) : 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."}
</AnimatedOrgBannerBar>
);
Expand Down