mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 17:11:37 +00:00
fix(ui): add remaining localization source copy
This commit is contained in:
@@ -940,7 +940,7 @@ class OpenClawShell extends OpenClawLightDomElement {
|
||||
<button
|
||||
type="button"
|
||||
class="shell-nav-backdrop"
|
||||
aria-label="Close navigation"
|
||||
aria-label=${t("nav.close")}
|
||||
@click=${() => this.closeNavDrawer({ restoreFocus: true })}
|
||||
></button>
|
||||
<openclaw-app-topbar
|
||||
|
||||
@@ -93,7 +93,7 @@ function getPaletteBaseItems(): PaletteItem[] {
|
||||
icon: "terminal",
|
||||
category: "search",
|
||||
action: "/verbose full",
|
||||
description: "Toggle verbose mode.",
|
||||
description: t("palette.descriptions.verboseMode"),
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
4515
ui/src/i18n/.i18n/raw-copy-baseline.json
generated
4515
ui/src/i18n/.i18n/raw-copy-baseline.json
generated
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user