From b113fafee45bd261e8b1e64efc6bf8d3e1a0e2c5 Mon Sep 17 00:00:00 2001 From: archipelago Date: Sun, 16 Aug 2026 12:16:34 -0400 Subject: [PATCH] fix(ui): app-gate warning names FIPS alongside LAN, Tailscale and Tor The mesh is a reach path like the others; omitting it understated what turning an app's gate off exposes. Co-Authored-By: Claude Fable 5 --- neode-ui/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neode-ui/src/locales/en.json b/neode-ui/src/locales/en.json index 2a606d45..2769e2af 100644 --- a/neode-ui/src/locales/en.json +++ b/neode-ui/src/locales/en.json @@ -579,7 +579,7 @@ "appGateRequireLogin": "Require dashboard login (app gate)", "appGateOnNote": "Every visit to this app must sign in with your node password first. The app's own login (if any) comes after.", "appGateOffNote": "This app is served directly with its own login. The node still fronts the connection (embedding fixes, retry page, Tor), but does not ask for your dashboard password.", - "appGateOffWarning": "Anyone who can reach this node — LAN, Tailscale, Tor — reaches this app's own login page. Only turn this off for apps with a real login of their own (Gitea, BTCPay).", + "appGateOffWarning": "Anyone who can reach this node — LAN, Tailscale, Tor, FIPS — reaches this app's own login page. Only turn this off for apps with a real login of their own (Gitea, BTCPay).", "appGateApply": "Apply", "runningVersion": "Running version", "selectVersion": "Version",