Skip to content

Commit 218f23f

Browse files
authored
Merge pull request #1473 from TechnologyEnhancedLearning/TD-6318-Corrected-Wording
TD-6318-My courses and learning dashboard - wording of "Elearning" wrong case
2 parents e69b9b5 + 0a6e6a5 commit 218f23f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LearningHub.Nhs.WebUI/Views/Home/_MyCoursesAndElearning.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<a asp-action="Index" asp-route-dashboardTrayLearningResourceType="elearning" asp-route-myLearningDashboard=@Model.MyLearnings.Type asp-route-resourceDashboard="@(Model.Resources.Type)" asp-route-catalogueDashboard="@Model.Catalogues.Type" asp-fragment="my-learning"
7676
class="subnavwhite-link text-nowrap nhsuk-u-padding-right-3 nhsuk-u-secondary-text-color nhsuk-u-font-size-16 nhsuk-u-font-weight-bold filterlink @(Model.DashboardTrayLearningResourceType == "elearning" ? "filteractive" : "filterinactive")"
7777
title="Elearning">
78-
Elearning
78+
elearning
7979
</a>
8080
</span>
8181
</div>

LearningHub.Nhs.WebUI/Views/MyLearning/LearningCertificate.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@
12501250
{
12511251
if (!Model.DownloadCertificate)
12521252
{
1253-
<vc:back-link asp-controller="MyLearning" asp-action="Index" asp-all-route-data="@routeData" link-text="Back to: My learning" />
1253+
<vc:back-link asp-controller="MyLearning" asp-action="Index" asp-all-route-data="@routeData" link-text="Back to: My learning activity" />
12541254
<div class="nhsuk-grid-column-three-quarters nhsuk-u-padding-left-0 nhsuk-u-padding-top-0">
12551255

12561256
<h1 class="nhsuk-heading-xl">Certificate</h1>
@@ -1420,7 +1420,7 @@
14201420
}
14211421
else
14221422
{
1423-
<vc:back-link asp-controller="MyLearning" asp-action="Index" link-text="Back to: My learning" />
1423+
<vc:back-link asp-controller="MyLearning" asp-action="Index" link-text="Back to: My learning activity" />
14241424
<h1 class="nhsuk-heading-xl">Certificate</h1>
14251425
<span class="nhsuk-grid-column-full nhsuk-u-margin-top-3 nhsuk-u-font-size-19 nhsuk-u-margin-bottom-9 nhsuk-u-secondary-text-color">
14261426
Certificate not available

0 commit comments

Comments
 (0)