diff --git a/control/frontend/src/routes/ControlView.svelte b/control/frontend/src/routes/ControlView.svelte
index a2ccdb2..fc9197f 100644
--- a/control/frontend/src/routes/ControlView.svelte
+++ b/control/frontend/src/routes/ControlView.svelte
@@ -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}
>
- PC hochfahren
+ Display hochfahren
Display herunterfahren