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?