diff --git a/LearningHub.Nhs.WebUI/Controllers/ReportsController.cs b/LearningHub.Nhs.WebUI/Controllers/ReportsController.cs index b38d418a..12ad10ac 100644 --- a/LearningHub.Nhs.WebUI/Controllers/ReportsController.cs +++ b/LearningHub.Nhs.WebUI/Controllers/ReportsController.cs @@ -412,7 +412,7 @@ public async Task CourseProgressReport(CourseCompletionViewModel if (reportCreation.Courses.Count == 0) { - matchedCourseNames = new List { "all courses" }; + matchedCourseNames = new List { "All courses" }; } else { diff --git a/LearningHub.Nhs.WebUI/Views/Reports/Index.cshtml b/LearningHub.Nhs.WebUI/Views/Reports/Index.cshtml index 854f7978..26a7a270 100644 --- a/LearningHub.Nhs.WebUI/Views/Reports/Index.cshtml +++ b/LearningHub.Nhs.WebUI/Views/Reports/Index.cshtml @@ -66,8 +66,8 @@ if (string.IsNullOrWhiteSpace(entry.CourseFilter)) { - matchedCourseNames = "all courses"; - matchedCourseNamesDetails = new List { "all courses" }; + matchedCourseNames = "All courses"; + matchedCourseNamesDetails = new List { "All courses" }; } else { @@ -96,7 +96,7 @@
- course progress for @matchedCourseNames + Course progress for @matchedCourseNames @if (downloadCheck) {