chore: consistent display naming

This commit is contained in:
2026-01-18 18:41:23 +01:00
parent 97d2608adf
commit a0cf45c8dc
@@ -97,7 +97,7 @@
popup_content = { popup_content = {
open: true, open: true,
snippet: ask_shutdonw_popup, snippet: ask_shutdonw_popup,
title: 'PC Herunterfahren', title: 'Display Herunterfahren',
title_icon: PowerOff, title_icon: PowerOff,
closable: true closable: true
}; };
@@ -272,7 +272,7 @@
disabled={$all_display_states === 'on' || $selected_display_ids.length === 0} disabled={$all_display_states === 'on' || $selected_display_ids.length === 0}
click_function={startup_action} click_function={startup_action}
> >
<Power /> PC hochfahren <Power /> Display hochfahren
</Button> </Button>
<Button <Button
@@ -280,7 +280,7 @@
disabled={$all_display_states === 'off' || $selected_display_ids.length === 0} disabled={$all_display_states === 'off' || $selected_display_ids.length === 0}
click_function={ask_shutdonw} click_function={ask_shutdonw}
> >
<PowerOff /> PC herunterfahren</Button <PowerOff /> Display herunterfahren</Button
> >
</div> </div>
<Button className="px-3 flex gap-3 w-full xl:w-75 justify-normal" disabled> <Button className="px-3 flex gap-3 w-full xl:w-75 justify-normal" disabled>