Skip to content

Commit 6d29552

Browse files
vsanseclaude
andcommitted
fix(banner): use "Sign in" as the migration banner CTA label (RQ-5181)
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 35749bf commit 6d29552

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/componentsV2/AppNotificationBanner/hooks/useBannerAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const useBannerAction = (
7575
},
7676
},
7777
[BANNER_ACTIONS.MERGE_BSTACK_ACCOUNT]: {
78-
label: "Link BrowserStack account",
78+
label: "Sign in",
7979
type: "primary",
8080
onClick: () => {
8181
// Brings a web user back to the page they started from. LoginHandler reads and clears

0 commit comments

Comments
 (0)