Skip to content

Commit

Permalink
team vote failed, next team allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
wooki committed Dec 14, 2012
1 parent 08a42e0 commit 2fb3618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/missions/approve.php
Expand Up @@ -11,7 +11,7 @@

<p class="alert alert-info game_state">Waiting for player votes</p>

<p>Mission leader <?= $game->current_team+1) ?> is: <?= player_label($leader->name) ?></p>
<p>Mission leader <?= $game->current_team+1 ?> is: <?= player_label($leader->name) ?></p>

<p>Team leader has picked:</p>
<?php foreach ($team as $p) { ?>
Expand Down

0 comments on commit 2fb3618

Please sign in to comment.