Skip to content

Commit d1f2f0c

Browse files
committed
Fixes "Learner" column name
1 parent 89fa017 commit d1f2f0c

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)