Skip to content

Commit dc35e72

Browse files
authored
Merge pull request #3374 from TechnologyEnhancedLearning/Develop/Fix/TD-6092-Typo-on-page-AccountNotLink
TD-6092-Corrected typo
2 parents 1a9a537 + 0072536 commit dc35e72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@using DigitalLearningSolutions.Web.ViewModels.Login
22
@model AccountInactiveViewModel
33
@{
4-
ViewData["Title"] = "Account not linked";
4+
ViewData["Title"] = "Account not linked";
55
}
66

77
<div class="nhsuk-grid-row">
@@ -10,12 +10,12 @@
1010
<p class="nhsuk-body-l">
1111
It looks like you still need to link your accounts. You might be seeing this because:
1212
<ul>
13-
<li>You've got a DLS and a Learning Hub account but you've not linked them. You'll need to login to DLS and link your accounts.</li>
14-
<li>Or, you might not have a DLS account. You will need to <a asp-controller="Register" asp-action="Start">create a DLS account</a> and link your Learning Hub accout.</li>
13+
<li>You've got a DLS and a Learning Hub account but you've not linked them. You'll need to login to DLS and link your accounts.</li>
14+
<li>Or, you might not have a DLS account. You will need to <a asp-controller="Register" asp-action="Start">create a DLS account</a> and link your Learning Hub account.</li>
1515
</ul>
16-
</p>
16+
</p>
1717
<a class="nhsuk-button" role="button" asp-controller="Home" asp-action="Welcome">
18-
Return to home page
18+
Return to home page
1919
</a>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)