From 7a56545e9e1bb819b7158aa63cfdee4e6d1c9b80 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 13 Jan 2026 16:32:47 +0100 Subject: [PATCH] date -> created --- dashboard/src/components/AppPasswords.vue | 2 +- dashboard/src/components/SystemBackupList.vue | 2 +- dashboard/src/views/AppArchiveView.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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, },