Update action label in App.tsx

This commit is contained in:
2026-04-11 18:40:49 +02:00
parent 4fcb5268d8
commit e5d3352e2f

View File

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