fix(i18n): translate hardcoded "Logout" string in avatar-menu #1154
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/agent-hooks!1154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "code-lead/1147"
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?
Summary
<span>Logout</span>inapps/web/src/components/avatar-menu.tsxwith<span>{m.avatar_menu_logout()}</span>so the logout button is properly localised.avatar_menu_logoutkey already exists inmessages/en.json("Logout") andmessages/fr.json("Se déconnecter"), so no message changes are needed.Closes #1147
Test plan
just qa— typecheck, lint, format, paraglide-check, i18n-string-check, sql-layer-check, flow-schema-check, 3371 tests all greenavatar-menu.tsx(the two grep hits are JSDoc/section comments, not UI text)🤖 Generated with Claude Code
APPROVED
Surgical single-line fix — exactly what the issue called for.
AC verification:
<span>Logout</span>→<span>{m.avatar_menu_logout()}</span>(diff confirms)avatar_menu_logoutkey present inmessages/en.json+messages/fr.json(pre-existed; CIi18n-string-check+paraglide-checkboth green)"Logout"strings remain inavatar-menu.tsxZero scope creep, mergeable. Merging now.