Thank you for confirming your email.
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml
index 32e7cca627..d92664c31c 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Register";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
Associate your @Model.ProviderDisplayName account.
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml
index 3a9f190b6b..05659ba504 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Forgot your password?";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
Enter your email.
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/ForgotPasswordConfirmation.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/ForgotPasswordConfirmation.cshtml
index b1139309eb..4f5ae991d1 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/ForgotPasswordConfirmation.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/ForgotPasswordConfirmation.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Forgot password confirmation";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
Please check your email to reset your password.
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/Login.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/Login.cshtml
index 1e7a948453..b63e8533bc 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/Login.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/Login.cshtml
@@ -5,7 +5,7 @@
ViewData["Title"] = "Log in";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/LoginWith2fa.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/LoginWith2fa.cshtml
index 4346ab3327..b5508902f6 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/LoginWith2fa.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/LoginWith2fa.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Two-factor authentication";
}
-@ViewData["Title"]
+@ViewData["Title"]
Your login is protected with an authenticator app. Enter your authenticator code below.
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/LoginWithRecoveryCode.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/LoginWithRecoveryCode.cshtml
index 3ba1a9addb..957f72b00f 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/LoginWithRecoveryCode.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/LoginWithRecoveryCode.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Recovery code verification";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
You have requested to log in with a recovery code. This login will not be remembered until you provide
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/Manage/Disable2fa.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/Manage/Disable2fa.cshtml
index 769f09a9c8..0d25109a32 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/Manage/Disable2fa.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/Manage/Disable2fa.cshtml
@@ -6,7 +6,7 @@
}
-
@ViewData["Title"]
+
@ViewData["Title"]
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/Register.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/Register.cshtml
index 2ccf27b2e0..226291193e 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/Register.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/Register.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Register";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/ResetPassword.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/ResetPassword.cshtml
index 304e8010c1..3202efb8ec 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/ResetPassword.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/ResetPassword.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Reset password";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
Reset your password.
diff --git a/src/UI/Areas/Identity/Pages/V4/Account/ResetPasswordConfirmation.cshtml b/src/UI/Areas/Identity/Pages/V4/Account/ResetPasswordConfirmation.cshtml
index a9972d4311..c52552f3e6 100644
--- a/src/UI/Areas/Identity/Pages/V4/Account/ResetPasswordConfirmation.cshtml
+++ b/src/UI/Areas/Identity/Pages/V4/Account/ResetPasswordConfirmation.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Reset password confirmation";
}
-
@ViewData["Title"]
+
@ViewData["Title"]
Your password has been reset. Please click here to log in.
diff --git a/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ConfirmEmail.cshtml b/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ConfirmEmail.cshtml
index f41619f893..16ddeb6a4d 100644
--- a/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ConfirmEmail.cshtml
+++ b/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ConfirmEmail.cshtml
@@ -2,7 +2,7 @@
ViewData["Title"] = "Confirm Email";
}
-
@ViewData["Title"].
+
@ViewData["Title"].
Thank you for confirming your email. Please click here to log in.
diff --git a/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ExternalLoginConfirmation.cshtml b/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ExternalLoginConfirmation.cshtml
index 77c8d1bdc2..67f461be96 100644
--- a/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ExternalLoginConfirmation.cshtml
+++ b/test/WebSites/Identity.OpenIdConnect.WebSite/Areas/Identity/Views/Account/ExternalLoginConfirmation.cshtml
@@ -3,7 +3,7 @@
ViewData["Title"] = "Register";
}
-
@ViewData["Title"].
+
@ViewData["Title"].
Associate your @ViewData["LoginProvider"] account.