diff --git a/docs/web/control-ui.md b/docs/web/control-ui.md index 49410f6c239..886960ebf8b 100644 --- a/docs/web/control-ui.md +++ b/docs/web/control-ui.md @@ -754,7 +754,7 @@ Then point the UI at your Gateway WS URL (e.g. `ws://127.0.0.1:18789`). ## Blank Control UI page -If the browser loads a blank dashboard and DevTools shows no useful error, an extension or early content script may have prevented the JavaScript module app from evaluating. The static page includes a plain HTML recovery panel that appears when `` is not registered after startup. +If the browser loads a blank dashboard and DevTools shows no useful error, an extension or early content script may have prevented the JavaScript module app from evaluating. The static page includes a plain HTML recovery panel that appears when `` does not complete its first render after startup. Use the panel's **Try again** action after changing the browser environment, or reload manually after these checks: diff --git a/ui/index.html b/ui/index.html index 131fc162224..50d11f5ce82 100644 --- a/ui/index.html +++ b/ui/index.html @@ -313,8 +313,7 @@