aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>