Skip to content

Commit 7f2f7cc

Browse files
authored
Merge pull request #1392 from TechnologyEnhancedLearning/TD-5711-Bookmarks-Issue
TD-5711-SIT Issue Fixes
2 parents a7700a7 + 13b577a commit 7f2f7cc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

LearningHub.Nhs.WebUI/Views/Bookmark/Index.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
</div>
5959
<div>
6060
<p class="nhsuk-body-m nhsuk-u-reading-width">Save and organise your learning resources as bookmarks.</p>
61+
<p class="nhsuk-u-reading-width">Bookmarks can be displayed individually or you can create folders to organise your learning resources.</p>
6162
<details class="nhsuk-details nhsuk-u-margin-bottom-6">
6263
<summary class="nhsuk-details__summary">
6364
<span class="nhsuk-details__summary-text">

LearningHub.Nhs.WebUI/Views/Bookmark/Toggle.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
if (returnUrl == "/")
1818
{
19-
backToText += "Learning Hub";
19+
backToText += "Home";
2020
controller = "home";
2121
action = "index";
2222
}
@@ -139,4 +139,4 @@
139139
<input type="hidden" asp-for="Bookmarked" data-val="false" />
140140
</form>
141141
</div>
142-
</div>
142+
</div>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@
6060
<vc:error-summary order-of-property-names="@(new[] { nameof(Model) })" />
6161
}
6262
<p class="nhsuk-body-m">
63-
You can use this page to search and filter learning resources you've accessed, download certificates and generate a report
63+
You can use this page to search and filter learning resources you've accessed and generate a report
6464
of your activity.
6565
</p>
6666

6767
<details class="nhsuk-details">
6868
<summary class="nhsuk-details__summary">
6969
<span class="nhsuk-details__summary-text">
70-
Learn how to manage My learning
70+
Learn how to manage Learning history
7171
</span>
7272
</summary>
7373
<div class="nhsuk-details__text">
74-
<p>My learning displays an itemised activity table. This table details everything you have accessed in the Learning Hub.</p>
74+
<p>Learning history displays an itemised activity table. This table details everything you have accessed in the Learning Hub.</p>
7575
<p>You can search your learning activity by entering a search term in the search box. This will only search your learning activity and not the entire Learning Hub. Results will be displayed placing your search term as the filter. To return to your full Itemised activity, either select clear all filters or uncheck your search term(s).</p>
7676
</div>
7777
</details>
@@ -92,7 +92,7 @@
9292

9393
<form asp-controller="MyLearning" asp-action="LearningHistory" method="post" asp-fragment="search-results">
9494

95-
<h2 class="nhsuk-heading-l" id="search-results">Search within My learning</h2>
95+
<h2 class="nhsuk-heading-l" id="search-results">Search within Learning history</h2>
9696
<div class="nhsuk-form-group search-box-container nhsuk-u-padding-bottom-1" style="white-space:nowrap">
9797
<label class="nhsuk-label nhsuk-u-visually-hidden" for="SearchText">Search Text</label>
9898
<input class="nhsuk-input nhsuk-u-width-one-half search-box" placeholder="" id="SearchText" name="SearchText" value="@Model.SearchText" type="text" aria-required="true">

0 commit comments

Comments
 (0)