From 6152385339da262cf769fc4c4c5870b2cc8c53cd Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 14 Nov 2025 15:14:48 +0100 Subject: [PATCH] fix 8 --- apps/ui/templates/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html index 4ca1c19..6c9280a 100644 --- a/apps/ui/templates/dashboard.html +++ b/apps/ui/templates/dashboard.html @@ -1801,11 +1801,11 @@ if (scenes.length === 0) { container.innerHTML = '

Keine Szenen konfiguriert.

'; - countSpan.textContent = '0 Szenen'; + countSpan.textContent = ''; return; } - countSpan.textContent = `${scenes.length} ${scenes.length === 1 ? 'Szene' : 'Szenen'}`; + countSpan.textContent = ''; container.innerHTML = scenes.map(scene => `