Skip to content

Commit 7c127b9

Browse files
msukkariclaude
andauthored
fix(web): change version banner copy from "Upgrade" to "Update" (#1354)
* fix(web): change version banner copy from "Upgrade" to "Update" Avoids confusion with upgrading plan tiers, since the banner is about updating the Sourcebot version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * docs: fix CHANGELOG PR link Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b9c7f0d commit 7c127b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web/src/app/(app)/components/banners/upgradeAvailableBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ export function UpgradeAvailableBanner({ id, dismissible, currentVersion, latest
1616
dismissible={dismissible}
1717
icon={<CircleArrowUp className="h-4 w-4 mt-0.5" />}
1818
title="New Sourcebot version available"
19-
description={`Upgrade from ${currentVersion} to ${latestVersion}.`}
19+
description={`Update from ${currentVersion} to ${latestVersion}.`}
2020
action={
2121
<Button asChild size="sm" variant="outline">
2222
<Link
2323
href="https://github.com/sourcebot-dev/sourcebot/releases/latest"
2424
target="_blank"
2525
rel="noreferrer"
2626
>
27-
Upgrade
27+
Update
2828
<ExternalLink className="h-3.5 w-3.5" />
2929
</Link>
3030
</Button>

0 commit comments

Comments
 (0)