Skip to content

chore(webapp): reword the no-billing-limit banner copy - #4656

Merged
matt-aitken merged 1 commit into
mainfrom
banner-billing-limit-copy
Aug 18, 2026
Merged

chore(webapp): reword the no-billing-limit banner copy#4656
matt-aitken merged 1 commit into
mainfrom
banner-billing-limit-copy

Conversation

@claude

@claude claude Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Requested by Matt Aitken · Slack thread

Copy-only reword of the banner shown to org admins who have not set a billing limit yet.

Before — the banner read "Protect your organization from unexpected usage spikes." with a button labelled "Configure billing limit".

After — it reads "Add a billing limit to your account to prevent overspending" with a button labelled "Billing limit settings".

The new wording names the action up front and matches the destination it sends you to, so the banner reads as a settings link rather than a one-off setup step.

✅ Checklist

  • I have followed every step in the contributing guide
  • The PR title follows the convention.
  • I ran and tested the code works

Testing

Formatting and linting pass (oxfmt --check, oxlint). No tests or snapshots assert this copy. The change is two string literals in one component, with no behaviour attached.


Changelog

Reworded the billing-limit banner for organizations without a limit configured, and relabelled its button to "Billing limit settings".


How

Both strings live in NoLimitConfiguredBanner in apps/webapp/app/components/billing/OrgBanner.tsx: the heading is the canManageBillingLimits branch of the banner's children, and the label is the <span> inside the LinkButton. Only those two literals changed. The button still points at v3BillingLimitsPath(organization) (/orgs/{slug}/settings/billing-limits), so routing, permissions and the non-admin variant of the message are untouched.

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>
@changeset-bot

changeset-bot Bot commented Aug 18, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 27a898e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@claude
claude Bot marked this pull request as ready for review August 18, 2026 10:38

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@matt-aitken
matt-aitken merged commit d7056a9 into main Aug 18, 2026
42 checks passed
@matt-aitken
matt-aitken deleted the banner-billing-limit-copy branch August 18, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants