File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 {
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 {
You can’t perform that action at this time.
0 commit comments