diff --git a/control/frontend/src/routes/ControlView.svelte b/control/frontend/src/routes/ControlView.svelte
index 59628ec..127a76d 100644
--- a/control/frontend/src/routes/ControlView.svelte
+++ b/control/frontend/src/routes/ControlView.svelte
@@ -51,7 +51,7 @@
popup_content = {
open: true,
snippet: send_keys_popup,
- title: 'Tastatur-Eingaben Durchgeben',
+ title: 'Tastatur-Eingaben Senden',
title_icon: Keyboard,
closable: true
};
@@ -262,7 +262,7 @@