{modelId} isn't currently loaded on any node in the cluster.
- Check the Nodes page to see which models are running where.
+ Check the Nodes page to see which models are running where.
diff --git a/core/http/react-ui/src/pages/Backends.jsx b/core/http/react-ui/src/pages/Backends.jsx
index 53f1ef547..56d249b82 100644
--- a/core/http/react-ui/src/pages/Backends.jsx
+++ b/core/http/react-ui/src/pages/Backends.jsx
@@ -49,7 +49,7 @@ export default function Backends() {
// whenever splitMenuFor changes to a different row index.
const splitMenuAnchorRef = useRef(null)
- // Target-node mode: set when navigated from /app/nodes via "+ Add backend".
+ // Target-node mode: set when navigated from /app/cluster via "+ Add backend".
// The gallery page header banners the scope; rows collapse their split-button
// to a single Install-on-this-node action; manual install posts to the
// per-node endpoint.
@@ -323,7 +323,7 @@ export default function Backends() {
return (
{/* Target-node banner: when this gallery is scoped to one node via
- ?target= (entered from /app/nodes), show the scope clearly and
+ ?target= (entered from /app/cluster), show the scope clearly and
give a fast way to clear it. Visually a primary-tinted strip so the
user knows they're in a special mode without it feeling alarming. */}
{targetNode && (
diff --git a/core/http/react-ui/src/pages/NodeBackendLogs.jsx b/core/http/react-ui/src/pages/NodeBackendLogs.jsx
index 58e798233..4e09393a9 100644
--- a/core/http/react-ui/src/pages/NodeBackendLogs.jsx
+++ b/core/http/react-ui/src/pages/NodeBackendLogs.jsx
@@ -162,7 +162,7 @@ export default function NodeBackendLogs() {