[Issue]: Change sign-out tooltip to 'Log out' #24
Labels
No labels
bug
claude-failed
claude-pr
claude-queue
claude-working
epic
feature
interactive
portal
triaged
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: shad0w/pelagia-portal#24
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Raised by
Triage pipeline test — via portal
Description
The sign-out button tooltip in the portal header says 'Sign out'. Please change it to read 'Log out' instead. Small cosmetic copy change.
Priority
P3 — Low
Context
/dashboard[Claude triage] Could not auto-triage this issue. A human should review it and add either
claude-queueorinteractive.Claude triage
Triage: Issue #24 — Change sign-out tooltip to 'Log out'
Summary
Pure cosmetic copy change: replace every occurrence of the string
"Sign out"used in UI-facingtext (tooltip
titleattributes and visible button labels) with"Log out". No logic, schema,auth, or permission changes are involved.
Action Items
App/components/layout/header.tsxline 55title="Sign out"→title="Log out"titleattribute is thebrowser tooltip that the issue explicitly references.
App/components/layout/mobile-header.tsxline 40title="Sign out"→title="Log out"App/components/layout/desktop-required.tsxline 22Sign out→Log outupdated for consistency with the issue intent.
App/tests/e2e/auth.spec.tsline 47page.getByTitle("Sign out")→page.getByTitle("Log out")titleattribute; must match the new value.App/tests/e2e/mobile/desktop-required.spec.ts— multiple lines (51, 52, 53, 96, 104–106, 109, 116, 119)/sign out/iregex patterns and"Sign out"string literals →"Log out"//log out/iFiles / Areas Involved
App/components/layout/header.tsxtitleattribute (tooltip)App/components/layout/mobile-header.tsxtitleattribute (tooltip)App/components/layout/desktop-required.tsxApp/tests/e2e/auth.spec.tsApp/tests/e2e/mobile/desktop-required.spec.tsThe JS-only file
App/tests/e2e/dashboard/po-status-badges.jscontains comments referencing"Log out" / "sign-out" in a different flow (it navigates directly to
/api/auth/signoutratherthan clicking the button), so no change is needed there.
Open Questions
None. The copy change is fully specified ("Sign out" → "Log out"), the affected surfaces are all
identified, and the E2E tests are the only verification artefacts that reference the old label.
Routing rationale: Fully localized, cosmetic copy-only change across three UI components and their
corresponding E2E test selectors — no schema, auth, permissions, or external-system impact; clear
acceptance criteria; verifiable by lint, type-check, and existing E2E suite after selector updates.
Routing:
claude-queue