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
+2 -2
View File
@@ -102,7 +102,7 @@
popup_content = {
open: true,
snippet: display_popup,
title: 'Neuen Bildschirm hinzufügen',
title: 'Neuen Bildschirm Hinzufügen',
title_icon: Monitor,
title_class: '!text-xl',
window_class: 'w-3xl',
@@ -374,7 +374,7 @@
menu_options={[
{
icon: Plus,
name: 'Neuen Bildschirm hinzufügen',
name: 'Neuen Bildschirm Hinzufügen',
on_select: show_new_display_popup
},
{