Skip to content

Commit 21a27e6

Browse files
committed
Merge branch 'DLS-Release-v1.2.1-Hotfix' into UAT
2 parents 057e1fc + 63b8659 commit 21a27e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Services/SelfAssessmentReportService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface ISelfAssessmentReportService
2121
public class SelfAssessmentReportService : ISelfAssessmentReportService
2222
{
2323
private const string SelfAssessment = "SelfAssessment";
24-
private const string Learner = "Leaner";
24+
private const string Learner = "Learner";
2525
private const string LearnerActive = "LearnerActive";
2626
private const string PRN = "PRN";
2727
private const string JobGroup = "JobGroup";

0 commit comments

Comments
 (0)