diff --git a/src/app/App.tsx b/src/app/App.tsx index 4503e7ea..a90700dd 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -663,7 +663,7 @@ function getPlayerStartInputActionLabel( case "interact": return "Interact"; case "clearTarget": - return "Clear Target"; + return "Cancel Target"; case "pauseTime": return "Pause"; }