Skip to content

Commit 2d3dda8

Browse files
committed
TD-3715_Renamed the dataTable column name to 'Last accessed date'.
1 parent b395ce1 commit 2d3dda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/Services/DelegateDownloadFileService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class DelegateDownloadFileService : IDelegateDownloadFileService
3939
private const string ProfessionalRegistrationNumber = "Professional Registration Number";
4040
private const string JobGroup = "Job group";
4141
private const string RegisteredDate = "Registered";
42-
private const string LastAccessed = "Last Accessed";
42+
private const string LastAccessed = "Last Accessed Date";
4343
private const string RegistrationComplete = "Registration complete";
4444
private const string Active = "Active";
4545
private const string Approved = "Approved";

0 commit comments

Comments
 (0)