From a31080c6025aa6b76460c9f3fd53b83fe4f89115 Mon Sep 17 00:00:00 2001
From: 2mal3 <56305732+2mal3@users.noreply.github.com>
Date: Sun, 18 Jan 2026 18:47:59 +0100
Subject: [PATCH] chore(control): rename keyboard input
---
control/frontend/src/routes/ControlView.svelte | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 @@