From a0cf45c8dc6579a5e32e37a452c80d36ed4f9d12 Mon Sep 17 00:00:00 2001
From: 2mal3 <56305732+2mal3@users.noreply.github.com>
Date: Sun, 18 Jan 2026 18:41:23 +0100
Subject: [PATCH] chore: consistent display naming
---
control/frontend/src/routes/ControlView.svelte | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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