diff --git a/hooks/team-splitter/index.ts b/hooks/team-splitter/index.ts index 6a723dd13..b23ba1402 100644 --- a/hooks/team-splitter/index.ts +++ b/hooks/team-splitter/index.ts @@ -25,7 +25,7 @@ const getInitialState = (ignoreLocalStorage: boolean = false): State => { })), matches: [], amountOfRoundsWithSameTeams: DEFAULT_AMOUNT_OF_ROUNDS_WITH_SAME_TEAMS, - errorWithPlayers: "", + errorWithPlayers: "Please enter at least 8 player names", noPlacingToSameTeam: [], }; };