fix(i18n): "Logout" hardcoded string in avatar-menu #1147
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/agent-hooks#1147
Loading…
Add table
Add a link
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?
As an operator using a non-English locale, I want all UI text to be translated, so that the interface is consistent across languages.
Location
apps/web/src/components/avatar-menu.tsx:281Acceptance criteria
Fix
avatar_menu_logoutkey tomessages/en.json<span>Logout</span>with<span>{m.avatar_menu_logout()}</span>Tests
avatar-menu.tsx(grep check)Out of scope