We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89fa017 commit d1f2f0cCopy full SHA for d1f2f0c
DigitalLearningSolutions.Web/Services/SelfAssessmentReportService.cs
@@ -21,7 +21,7 @@ public interface ISelfAssessmentReportService
21
public class SelfAssessmentReportService : ISelfAssessmentReportService
22
{
23
private const string SelfAssessment = "SelfAssessment";
24
- private const string Learner = "Leaner";
+ private const string Learner = "Learner";
25
private const string LearnerActive = "LearnerActive";
26
private const string PRN = "PRN";
27
private const string JobGroup = "JobGroup";
0 commit comments