diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml
index 67debf1fc9..5c68aa568f 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/EnableAuthenticator.cshtml
@@ -5,7 +5,7 @@
ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication;
}
-@Html.Partial("_StatusMessage", Model.StatusMessage)
+
To use an authenticator app go through the following steps:
diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml
index b5592871e6..8ad0807a88 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/ExternalLogins.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Manage your external logins";
}
-@Html.Partial("_StatusMessage", Model.StatusMessage)
+
@if (Model.CurrentLogins?.Count > 0)
{
Registered Logins
diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml
index ffc8d678ef..4a0bc7480e 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/GenerateRecoveryCodes.cshtml
@@ -5,7 +5,7 @@
ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication;
}
-@Html.Partial("_StatusMessage", Model.StatusMessage)
+
@ViewData["Title"]
diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml
index c7d3da0bd6..88578b4018 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/Index.cshtml
@@ -5,7 +5,7 @@
}
@ViewData["Title"]
-@Html.Partial("_StatusMessage", Model.StatusMessage)
+
diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml
index 02d35209f3..b22c0f0e6c 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml
@@ -6,7 +6,7 @@
}
Set your password
-@Html.Partial("_StatusMessage", Model.StatusMessage)
+
You do not have a local username/password for this site. Add a local
account so you can log in without an external login.
diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/ShowRecoveryCodes.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/ShowRecoveryCodes.cshtml
index 72d4a7025b..9970402b04 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/ShowRecoveryCodes.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/ShowRecoveryCodes.cshtml
@@ -5,7 +5,7 @@
ViewData["ActivePage"] = "TwoFactorAuthentication";
}
-@Html.Partial("_StatusMessage", Model.StatusMessage)
+
@ViewData["Title"]
diff --git a/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml b/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml
index d03b52f0d0..ed4af0874e 100644
--- a/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml
+++ b/src/UI/Areas/Identity/Pages/Account/Manage/TwoFactorAuthentication.cshtml
@@ -4,7 +4,7 @@
ViewData["Title"] = "Two-factor authentication (2FA)";
}
-@Html.Partial("_StatusMessage", Model.StatusMessage)
+
@ViewData["Title"]
@if (Model.Is2faEnabled)
{
@@ -53,4 +53,4 @@ else
@section Scripts {
-}
\ No newline at end of file
+}