This commit is contained in:
2025-11-14 15:13:37 +01:00
parent 99362b346f
commit c2b7328219

View File

@@ -1637,11 +1637,11 @@
if (groups.length === 0) {
container.innerHTML = '<p style="color: #666;">Keine Gruppen konfiguriert.</p>';
countSpan.textContent = '0 Gruppen';
countSpan.textContent = '';
return;
}
countSpan.textContent = `${groups.length} ${groups.length === 1 ? 'Gruppe' : 'Gruppen'}`;
countSpan.textContent = '';
container.innerHTML = groups.map(group => `
<div class="group-card">