Skip to content

Commit 63b8659

Browse files
authored
Merge pull request #3312 from TechnologyEnhancedLearning/Develop/Fixes/TD-5759-RefactorSelfAssessmentReportQueries
TD-5759 Fixes "Learner" column name in exported report
2 parents 202431b + d1f2f0c commit 63b8659

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)