Skip to content

Commit 4fa30f5

Browse files
Use screen reader-friendly link text. Fixes 1163642
1 parent ecc7fa4 commit 4fa30f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Login.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
{
5858
<div>
5959
<p>
60-
There are no external authentication services configured. See <a href="https://go.microsoft.com/fwlink/?LinkID=532715">this article</a>
61-
for details on setting up this ASP.NET application to support logging in via external services.
60+
There are no external authentication services configured. See this <a href="https://go.microsoft.com/fwlink/?LinkID=532715">article
61+
about setting up this ASP.NET application to support logging in via external services</a>.
6262
</p>
6363
</div>
6464
}

src/Identity/UI/src/Areas/Identity/Pages/V4/Account/Register.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
{
4040
<div>
4141
<p>
42-
There are no external authentication services configured. See <a href="https://go.microsoft.com/fwlink/?LinkID=532715">this article</a>
43-
for details on setting up this ASP.NET application to support logging in via external services.
42+
There are no external authentication services configured. See this <a href="https://go.microsoft.com/fwlink/?LinkID=532715">article
43+
about setting up this ASP.NET application to support logging in via external services</a>.
4444
</p>
4545
</div>
4646
}

0 commit comments

Comments
 (0)