Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions DigitalLearningSolutions.Web/Views/Login/NotLinked.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@using DigitalLearningSolutions.Web.ViewModels.Login
@model AccountInactiveViewModel
@{
ViewData["Title"] = "Account not linked";
ViewData["Title"] = "Account not linked";
}

<div class="nhsuk-grid-row">
Expand All @@ -10,12 +10,12 @@
<p class="nhsuk-body-l">
It looks like you still need to link your accounts. You might be seeing this because:
<ul>
<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>
<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>
<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>
<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>
</ul>
</p>
</p>
<a class="nhsuk-button" role="button" asp-controller="Home" asp-action="Welcome">
Return to home page
Return to home page
</a>
</div>
</div>
Loading