rename managed nodes

This commit is contained in:
miloschwartz
2025-10-08 17:34:53 -07:00
parent 526307e192
commit e0996a17ef
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -47,4 +47,5 @@ server/db/index.ts
server/build.ts server/build.ts
postgres/ postgres/
dynamic/ dynamic/
*.mmdb *.mmdb
scratch/

View File

@@ -1542,8 +1542,8 @@
"autoLoginError": "Auto Login Error", "autoLoginError": "Auto Login Error",
"autoLoginErrorNoRedirectUrl": "No redirect URL received from the identity provider.", "autoLoginErrorNoRedirectUrl": "No redirect URL received from the identity provider.",
"autoLoginErrorGeneratingUrl": "Failed to generate authentication URL.", "autoLoginErrorGeneratingUrl": "Failed to generate authentication URL.",
"remoteExitNodeManageRemoteExitNodes": "Manage Self-Hosted", "remoteExitNodeManageRemoteExitNodes": "Managed Nodes",
"remoteExitNodeDescription": "Manage nodes to extend your network connectivity", "remoteExitNodeDescription": "Self-host one or more nodes for tunnel exit servers",
"remoteExitNodes": "Nodes", "remoteExitNodes": "Nodes",
"searchRemoteExitNodes": "Search nodes...", "searchRemoteExitNodes": "Search nodes...",
"remoteExitNodeAdd": "Add Node", "remoteExitNodeAdd": "Add Node",