diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ResetAuthenticator.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ResetAuthenticator.cshtml
index ddd368ef0580..3917ed29edda 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ResetAuthenticator.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ResetAuthenticator.cshtml
@@ -6,7 +6,7 @@
}
diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/SetPassword.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/SetPassword.cshtml
index c324c1212576..88be6cf11df2 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/SetPassword.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/SetPassword.cshtml
@@ -5,7 +5,7 @@
ViewData["ActivePage"] = ManageNavPages.ChangePassword;
}
-
Set your password
+
Set your password
You do not have a local username/password for this site. Add a local
diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ShowRecoveryCodes.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ShowRecoveryCodes.cshtml
index b36dca0ad0d3..49a85188ee15 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ShowRecoveryCodes.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ShowRecoveryCodes.cshtml
@@ -6,7 +6,7 @@
}
-
@ViewData["Title"]
+
@ViewData["Title"]
Put these codes in a safe place.
diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/TwoFactorAuthentication.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/TwoFactorAuthentication.cshtml
index bb542b557a7d..6db5b32cbb12 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/TwoFactorAuthentication.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/TwoFactorAuthentication.cshtml
@@ -7,7 +7,7 @@
}
-
@ViewData["Title"]
+
@ViewData["Title"]
@{
var consentFeature = HttpContext.Features.Get
();
@if (consentFeature?.CanTrack ?? true)
@@ -46,7 +46,7 @@
Reset recovery codes
}
- Authenticator app
+ Authenticator app
@if (!Model.HasAuthenticator)
{
Add authenticator app
diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/_Layout.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/_Layout.cshtml
index 3d882cc4810d..17e797cf093d 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/_Layout.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/_Layout.cshtml
@@ -9,10 +9,10 @@
}
}
-Manage your account
+Manage your account
-
Change your account settings
+
Change your account settings
diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Register.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Register.cshtml
index 3158021c77db..ce20489b2bb5 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Register.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Register.cshtml
@@ -9,7 +9,7 @@