diff --git a/dashboard/src/components/AppPasswords.vue b/dashboard/src/components/AppPasswords.vue index f5b38a381..77128c1c6 100644 --- a/dashboard/src/components/AppPasswords.vue +++ b/dashboard/src/components/AppPasswords.vue @@ -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; diff --git a/dashboard/src/components/SystemBackupList.vue b/dashboard/src/components/SystemBackupList.vue index 7850cb2c4..c2020f2ed 100644 --- a/dashboard/src/components/SystemBackupList.vue +++ b/dashboard/src/components/SystemBackupList.vue @@ -51,7 +51,7 @@ const columns = { hideMobile: true, }, creationTime: { - label: t('main.table.date'), + label: t('main.table.created'), sort: true }, actions: {} diff --git a/dashboard/src/views/AppArchiveView.vue b/dashboard/src/views/AppArchiveView.vue index 7f8202670..fd83352cf 100644 --- a/dashboard/src/views/AppArchiveView.vue +++ b/dashboard/src/views/AppArchiveView.vue @@ -30,7 +30,7 @@ const columns = { hideMobile: true, }, creationTime: { - label: t('main.table.date'), + label: t('main.table.created'), sort: true, hideMobile: true, },