From 33b4b76a53178fe5eb97e90674440efb1361c339 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 6 Apr 2026 02:44:15 +0100 Subject: [PATCH] docs(web): clarify control ui language picker --- docs/web/control-ui.md | 4 +++- docs/web/dashboard.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/web/control-ui.md b/docs/web/control-ui.md index 3016d136c77..cdd3f6cba23 100644 --- a/docs/web/control-ui.md +++ b/docs/web/control-ui.md @@ -73,7 +73,9 @@ you revoke it with `openclaw devices revoke --device --role `. See ## Language support -The Control UI can localize itself on first load based on your browser locale, and you can override it later from the language picker in the Access card. +The Control UI can localize itself on first load based on your browser locale. +To override it later, open **Overview -> Gateway Access -> Language**. The +locale picker lives in the Gateway Access card, not under Appearance. - Supported locales: `en`, `zh-CN`, `zh-TW`, `pt-BR`, `de`, `es`, `ja-JP`, `ko`, `fr`, `tr`, `uk`, `id`, `pl` - Non-English translations are lazy-loaded in the browser. diff --git a/docs/web/dashboard.md b/docs/web/dashboard.md index cd1e1aff5e0..36fa7f647a7 100644 --- a/docs/web/dashboard.md +++ b/docs/web/dashboard.md @@ -91,3 +91,5 @@ Prefer localhost, Tailscale Serve, or an SSH tunnel. - No shared secret configured: `openclaw doctor --generate-gateway-token` - In the dashboard settings, paste the token or password into the auth field, then connect. +- The UI language picker is in **Overview -> Gateway Access -> Language**. + It is part of the access card, not the Appearance section.