diff options
author | Tim <contact@bytim.eu> | 2025-04-26 20:13:30 +0200 |
---|---|---|
committer | Tim <contact@bytim.eu> | 2025-04-26 20:13:30 +0200 |
commit | bcb59cc65ea5ef96f40f8837753d2b322cc07362 (patch) | |
tree | 5faa76d92dac56b17edef16025ee8f055f1ad645 /VPNAuth.Server/Pages | |
parent | c3b21591d9105e78012ca3f397b5c3df21735a58 (diff) | |
download | VPNAuth-bcb59cc65ea5ef96f40f8837753d2b322cc07362.tar.xz VPNAuth-bcb59cc65ea5ef96f40f8837753d2b322cc07362.zip |
Rename Dashboard to Settings
Diffstat (limited to 'VPNAuth.Server/Pages')
-rw-r--r-- | VPNAuth.Server/Pages/Settings.cshtml (renamed from VPNAuth.Server/Pages/Dashboard.cshtml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VPNAuth.Server/Pages/Dashboard.cshtml b/VPNAuth.Server/Pages/Settings.cshtml index 68caf8e..c706e98 100644 --- a/VPNAuth.Server/Pages/Dashboard.cshtml +++ b/VPNAuth.Server/Pages/Settings.cshtml @@ -20,7 +20,7 @@ <html> <head> - <title>VPNAuth - Dashboard</title> + <title>VPNAuth - Settings</title> <link rel="stylesheet" href="/static/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> @@ -32,7 +32,7 @@ else { <div> - <h1>User settings</h1> + <h1>Settings</h1> <form hx-post="/user-info-settings" hx-swap="none" hx-trigger="change"> <table> <tbody> |