diff --git a/Remotely_Server/Areas/Identity/Pages/Account/Manage/_Layout.cshtml b/Remotely_Server/Areas/Identity/Pages/Account/Manage/_Layout.cshtml
index 2f73a69b..04a22697 100644
--- a/Remotely_Server/Areas/Identity/Pages/Account/Manage/_Layout.cshtml
+++ b/Remotely_Server/Areas/Identity/Pages/Account/Manage/_Layout.cshtml
@@ -3,10 +3,10 @@
Layout = "/Pages/Shared/_Layout.cshtml";
}
-
Manage your account
+
Manage your account
-
Change your account settings
+
Change your account settings
diff --git a/Remotely_Server/Areas/Identity/Pages/Account/Register.cshtml b/Remotely_Server/Areas/Identity/Pages/Account/Register.cshtml
index 08b9f5bf..781f8fb5 100644
--- a/Remotely_Server/Areas/Identity/Pages/Account/Register.cshtml
+++ b/Remotely_Server/Areas/Identity/Pages/Account/Register.cshtml
@@ -5,14 +5,14 @@
ViewData["Title"] = "Register";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
@if (AppConfig.AllowSelfRegistration)
{