date -> created
This commit is contained in:
@@ -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: {}
|
||||
|
||||
@@ -30,7 +30,7 @@ const columns = {
|
||||
hideMobile: true,
|
||||
},
|
||||
creationTime: {
|
||||
label: t('main.table.date'),
|
||||
label: t('main.table.created'),
|
||||
sort: true,
|
||||
hideMobile: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user