date -> created

This commit is contained in:
Girish Ramakrishnan
2026-01-13 16:32:47 +01:00
parent 2bf9b66af7
commit 7a56545e9e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const columns = {
hideMobile: true,
},
creationTime: {
label: t('main.table.date'),
label: t('main.table.created'),
hideMobile: true,
sort(a, b) {
if (!a) return 1;
@@ -51,7 +51,7 @@ const columns = {
hideMobile: true,
},
creationTime: {
label: t('main.table.date'),
label: t('main.table.created'),
sort: true
},
actions: {}