diff --git a/client/src/components/GameBoard.tsx b/client/src/components/GameBoard.tsx index af787f0..86d23c5 100644 --- a/client/src/components/GameBoard.tsx +++ b/client/src/components/GameBoard.tsx @@ -121,8 +121,8 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB
-

- Traidores en París +

+ Traición en París

{/* Audio Auto-Play - Solo para el host */} @@ -215,7 +215,7 @@ export default function GameBoard({ gameState, currentPlayerId, actions }: GameB ) : ( diff --git a/client/src/components/MissionResult.tsx b/client/src/components/MissionResult.tsx index 2bd67e1..2249018 100644 --- a/client/src/components/MissionResult.tsx +++ b/client/src/components/MissionResult.tsx @@ -62,7 +62,7 @@ export default function MissionResult({ gameState, onContinue, isHost }: Mission {isHost ? ( -

+

{isNazisWin ? '¡VICTORIA NAZI!' : '¡VICTORIA ALIADA!'}