fix(site/src/pages/AISettingsPage/SpendPage): announce cost controls move in v2.36 (#27688)

Corrects the version in the AI settings Spend banner: cost controls
features move to AI Governance in **v2.36**, not v2.37.

Updates the banner copy in `SpendPageView` and the matching Storybook
play assertion. No other changes.

The `release/2.36` backport is opened manually as #27690, so this PR
does not carry the `cherry-pick` label.

> Mux, an AI agent, prepared this PR on Mike's behalf.
This commit is contained in:
Michael Suchacz
2026-07-30 16:01:27 +02:00
committed by GitHub
parent b4eda32a2e
commit b3852c707b
2 changed files with 2 additions and 2 deletions
@@ -302,7 +302,7 @@ export const SpendWithLimitsAndUsers: Story = {
await canvas.findByText("Spend limits and usage");
await expect(
canvas.getByText(
/Cost controls features will move to AI Governance in v2\.37\./,
/Cost controls features will move to AI Governance in v2\.36\./,
),
).toBeInTheDocument();
await expect(
@@ -237,7 +237,7 @@ export const SpendPageView: FC<SpendPageViewProps> = ({
<div className="flex max-w-[1100px] flex-col gap-8">
<Alert severity="info">
<AlertDescription>
Cost controls features will move to AI Governance in v2.37.{" "}
Cost controls features will move to AI Governance in v2.36.{" "}
<Link
href={docs("/ai-coder/ai-gateway/cost-controls")}
target="_blank"