chore(control): title case for buttons and headings

This commit is contained in:
2026-01-18 18:46:21 +01:00
parent a0cf45c8dc
commit ea3cbcb8c6
5 changed files with 16 additions and 16 deletions
@@ -218,7 +218,7 @@
class="min-w-40 px-4 rounded-xl cursor-pointer duration-200 transition-colors bg-stone-600"
onclick={async () => await toggle_all_selected_displays($display_groups)}
>
<span>{$all_groups_selected || false ? 'Alle abwählen' : 'Alle auswählen'}</span>
<span>{$all_groups_selected || false ? 'Alle Abwählen' : 'Alle Auswählen'}</span>
</button>
<div class="flex flex-row">
<Button