From 5d1f3e2d20d634734162abbc9fe060592e4f8726 Mon Sep 17 00:00:00 2001 From: E44 <129310925+programmer-44@users.noreply.github.com> Date: Sun, 18 Jan 2026 19:11:24 +0100 Subject: [PATCH] refactor(control): correct spelling --- control/frontend/src/routes/ControlView.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/control/frontend/src/routes/ControlView.svelte b/control/frontend/src/routes/ControlView.svelte index 64f5eec..534c918 100644 --- a/control/frontend/src/routes/ControlView.svelte +++ b/control/frontend/src/routes/ControlView.svelte @@ -98,10 +98,10 @@ } } - async function ask_shutdonw() { + async function ask_shutdown() { popup_content = { open: true, - snippet: ask_shutdonw_popup, + snippet: ask_shutdown_popup, title: 'Bildschirm Herunterfahren', title_icon: PowerOff, closable: true @@ -185,7 +185,7 @@ {/snippet} -{#snippet ask_shutdonw_popup()} +{#snippet ask_shutdown_popup()}

Bist du sicher, dass du alle ausgewählten Displays herunterfahren möchtest?

@@ -286,7 +286,7 @@ className="px-3 flex gap-3 w-full xl:w-75 justify-normal" disabled={$all_display_states === 'off' || no_active_display_selected($selected_display_ids, $online_displays)} - click_function={ask_shutdonw} + click_function={ask_shutdown} > Bildschirm Herunterfahren