From e5d3352e2f70e72c0f27ce4ba38a8f4f58126f9f Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 11 Apr 2026 18:40:49 +0200 Subject: [PATCH] Update action label in App.tsx --- src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 32e383f9..13813aef 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -1907,7 +1907,7 @@ export function App({ store, initialStatusMessage }: AppProps) { ); setPlayerStartKeyboardCaptureAction(null); setStatusMessage( - `Bound ${getPlayerStartMovementActionLabel(playerStartKeyboardCaptureAction)} to ${formatPlayerStartKeyboardBindingLabel(capturedCode)}.` + `Bound ${getPlayerStartInputActionLabel(playerStartKeyboardCaptureAction)} to ${formatPlayerStartKeyboardBindingLabel(capturedCode)}.` ); };