Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app-shell/src/layout/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export function AppHeader({
</DropdownMenuTrigger>
<DropdownMenuContent align="start" sideOffset={8} className="w-56 max-h-72 overflow-y-auto">
<DropdownMenuLabel className="text-xs text-muted-foreground font-normal">
Switch Object
{t('topbar.switchObject', { defaultValue: 'Switch Object' })}
</DropdownMenuLabel>
<DropdownMenuSeparator />
{seg.siblings.map((sibling) => (
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,7 @@ const en = {
offline: 'Offline',
usersOnline: 'Users currently online',
switchView: 'Switch view',
switchObject: 'Switch Object',
connection: {
connected: 'Connected',
connecting: 'Connecting...',
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,7 @@ const zh = {
offline: '离线',
usersOnline: '当前在线用户',
switchView: '切换视图',
switchObject: '切换对象',
connection: {
connected: '已连接',
connecting: '连接中...',
Expand Down
Loading