From 9c8aab6e294413b13249475ce2c86831872d0369 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 29 Sep 2025 16:23:21 +0200 Subject: [PATCH] checklist is actually no array but an object --- dashboard/src/components/app/Info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/components/app/Info.vue b/dashboard/src/components/app/Info.vue index 43b2107ab..97186ddb5 100644 --- a/dashboard/src/components/app/Info.vue +++ b/dashboard/src/components/app/Info.vue @@ -109,7 +109,7 @@ onMounted(() => {
{{ prettyDate(app.updateTime) }}
-
+

{{ $t('app.appInfo.checklistShow') }}