refactor(userlist): remove unused sort messages from User List

This commit is contained in:
0xsysr3ll
2025-04-28 19:59:58 +02:00
parent 1dbacec4f9
commit a97a3f3512
2 changed files with 0 additions and 6 deletions

View File

@@ -87,9 +87,6 @@ const messages = defineMessages('components.UserList', {
toggleSortDirection: 'Click again to sort {direction}',
ascending: 'ascending',
descending: 'descending',
sortCreated: 'Join Date',
sortDisplayName: 'Display Name',
sortRequests: 'Request Count',
localLoginDisabled:
'The <strong>Enable Local Sign-In</strong> setting is currently disabled.',
});

View File

@@ -1320,9 +1320,6 @@
"components.UserList.sortByRole": "Sort by user role",
"components.UserList.sortByType": "Sort by account type",
"components.UserList.sortByUser": "Sort by username",
"components.UserList.sortCreated": "Join Date",
"components.UserList.sortDisplayName": "Display Name",
"components.UserList.sortRequests": "Request Count",
"components.UserList.toggleSortDirection": "Click again to sort {direction}",
"components.UserList.totalrequests": "Requests",
"components.UserList.user": "User",