diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ConfirmEmailChange.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ConfirmEmailChange.cshtml index 638f9b17be5a..114fa88a0f93 100644 --- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ConfirmEmailChange.cshtml +++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ConfirmEmailChange.cshtml @@ -4,5 +4,5 @@ ViewData["Title"] = "Confirm email change"; } -

@ViewData["Title"]

+

@ViewData["Title"]

diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml index 2d7dd0ed2cbb..615397ccfb5a 100644 --- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml +++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ExternalLogin.cshtml @@ -5,7 +5,7 @@ }

@ViewData["Title"]

-

Associate your @Model.ProviderDisplayName account.

+

Associate your @Model.ProviderDisplayName account.


diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml index 95be4a28fe8f..4ba6691beb52 100644 --- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml +++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/ForgotPassword.cshtml @@ -5,7 +5,7 @@ }

@ViewData["Title"]

-

Enter your email.

+

Enter your email.


diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Login.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Login.cshtml index 4d497c88b714..95bc1ef1fd9c 100644 --- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Login.cshtml +++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Login.cshtml @@ -10,7 +10,7 @@
-

Use a local account to log in.

+

Use a local account to log in.


@@ -50,7 +50,7 @@
-

Use another service to log in.

+

Use another service to log in.


@{ if ((Model.ExternalLogins?.Count ?? 0) == 0) diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ChangePassword.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ChangePassword.cshtml index cb5d573ebc11..26218c9b3227 100644 --- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ChangePassword.cshtml +++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/ChangePassword.cshtml @@ -5,7 +5,7 @@ ViewData["ActivePage"] = ManageNavPages.ChangePassword; } -

@ViewData["Title"]

+

@ViewData["Title"]

diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/DeletePersonalData.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/DeletePersonalData.cshtml index b3dff68ade64..6b31398eb285 100644 --- a/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/DeletePersonalData.cshtml +++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Manage/DeletePersonalData.cshtml @@ -5,7 +5,7 @@ ViewData["ActivePage"] = ManageNavPages.PersonalData; } -

@ViewData["Title"]

+

@ViewData["Title"]