feat(ebike): rename interact label to 'Lancer le repair game'

Clarifies that interacting with the parked Ebike during the ebike
mission opens the repair mini-game rather than directly performing
a repair action.
This commit is contained in:
Tom Boullay
2026-06-02 22:52:00 +02:00
parent d9a92e336c
commit ed0683d814
+1 -1
View File
@@ -353,7 +353,7 @@ export function Ebike({
];
const interactionLabel =
mainState === "ebike"
? "Réparer l'e-bike"
? "Lancer le repair game"
: movementMode === "walk"
? "Monter sur le bike"
: "Descendre du bike";