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)}.` ); };