diff --git a/game/hud/src/widgets/ScenarioJoin/components/Scenario.tsx b/game/hud/src/widgets/ScenarioJoin/components/Scenario.tsx index b8feedc42..7d472114b 100644 --- a/game/hud/src/widgets/ScenarioJoin/components/Scenario.tsx +++ b/game/hud/src/widgets/ScenarioJoin/components/Scenario.tsx @@ -95,7 +95,7 @@ export class Scenario extends React.PureComponent let status; let needed; if (needed = scenarioIsAvailable(scenario)) { - status = `PLAYERS NEEDED TO START NEXT GAME:\n` + status = `PLAYERS ${scenario.gamesInProgress ? `ARE STILL NEEDED FOR THIS` : `NEEDED TO START NEXT`} GAME:\n` + `${needed.tdd} TDD / ${needed.viking} VKK / ${needed.arthurian} ART`; } else { status = 'Scenario Not Available';