mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
chore: consistent display naming
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
popup_content = {
|
||||
open: true,
|
||||
snippet: ask_shutdonw_popup,
|
||||
title: 'PC Herunterfahren',
|
||||
title: 'Display Herunterfahren',
|
||||
title_icon: PowerOff,
|
||||
closable: true
|
||||
};
|
||||
@@ -272,7 +272,7 @@
|
||||
disabled={$all_display_states === 'on' || $selected_display_ids.length === 0}
|
||||
click_function={startup_action}
|
||||
>
|
||||
<Power /> PC hochfahren
|
||||
<Power /> Display hochfahren
|
||||
</Button>
|
||||
|
||||
<Button
|
||||
@@ -280,7 +280,7 @@
|
||||
disabled={$all_display_states === 'off' || $selected_display_ids.length === 0}
|
||||
click_function={ask_shutdonw}
|
||||
>
|
||||
<PowerOff /> PC herunterfahren</Button
|
||||
<PowerOff /> Display herunterfahren</Button
|
||||
>
|
||||
</div>
|
||||
<Button className="px-3 flex gap-3 w-full xl:w-75 justify-normal" disabled>
|
||||
|
||||
Reference in New Issue
Block a user