Skip to content

Commit

Permalink
fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Cappiello committed Nov 7, 2017
1 parent ba0544e commit 309355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TreeGen/SingleEliminationTreeGen.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ private function minFightersCheck()
{
$fighters = $this->getFighters();
$areas = $this->settings->fightingAreas;
$fighterType = $this->settings->isTeam
$fighterType = $this->championship->category->isTeam
? trans_choice('laravel-tournaments::core.team', 2)
: trans_choice('laravel-tournaments::core.competitor', 2);

Expand Down

0 comments on commit 309355a

Please sign in to comment.