From fc8a67936756afb1778c8b9aed346db93aaf1439 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 29 Sep 2025 22:48:25 +0200 Subject: [PATCH] Ensure we only add extra newline if checklist has any item --- 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 97186ddb5..c6a61b1c1 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') }}