Skip to content

Commit 6f9fb33

Browse files
TD-5568 changing to Last Accessed Date to Last accessed date
1 parent 7246e0d commit 6f9fb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Data/Helpers/GenericSortingHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public static readonly (string DisplayText, string PropertyName) Name =
251251
("Name", nameof(DelegateUserCard.SearchableName));
252252

253253
public static readonly (string DisplayText, string PropertyName) LastAccessed =
254-
("Last Accessed Date", nameof(DelegateUserCard.LastAccessed));
254+
("Last accessed date", nameof(DelegateUserCard.LastAccessed));
255255

256256
public static readonly (string DisplayText, string PropertyName) RegistrationDate =
257257
("Registration Date", nameof(DelegateUserCard.DateRegistered));

0 commit comments

Comments
 (0)