Skip to content

Commit 8a4e45f

Browse files
committed
Caps update
1 parent d6c5435 commit 8a4e45f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LearningHub.Nhs.WebUI/Controllers/ReportsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public async Task<IActionResult> CourseProgressReport(CourseCompletionViewModel
412412

413413
if (reportCreation.Courses.Count == 0)
414414
{
415-
matchedCourseNames = new List<string> { "all courses" };
415+
matchedCourseNames = new List<string> { "All courses" };
416416
}
417417
else
418418
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666

6767
if (string.IsNullOrWhiteSpace(entry.CourseFilter))
6868
{
69-
matchedCourseNames = "all courses";
70-
matchedCourseNamesDetails = new List<string> { "all courses" };
69+
matchedCourseNames = "All courses";
70+
matchedCourseNamesDetails = new List<string> { "All courses" };
7171
}
7272
else
7373
{
@@ -96,7 +96,7 @@
9696
<details class="nhsuk-details nhsuk-u-margin-top-2 nhsuk-u-margin-bottom-2">
9797
<summary class="nhsuk-details__summary nhsuk-u-flex nhsuk-u-justify-content-space-between nhsuk-u-align-items-center">
9898
<span class="nhsuk-details__summary-text">
99-
course progress for @matchedCourseNames
99+
Course progress for @matchedCourseNames
100100
</span>
101101
@if (downloadCheck)
102102
{

0 commit comments

Comments
 (0)