Skip to content

Commit 5a007be

Browse files
committed
fix typo
1 parent f50c7ad commit 5a007be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

insalan/tournament/serializers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def validate(self, data):
145145
if round:
146146
tournament = {f"{self.match_type}__tournament": data["tournament"]}
147147
if self.match_class.objects.filter(round_number__lt=round, **tournament).exclude(status=MatchStatus.COMPLETED).exists():
148-
raise serializers.ValidationError(_("Des matchs des round précédent sont encore en cours ou ne sont pas terminés."))
148+
raise serializers.ValidationError(_("Des matchs des tours précédents sont encore en cours ou ne sont pas terminés."))
149149

150150
scheduled_matchs = self.match_class.objects.filter(round_number=round, **tournament, status=MatchStatus.SCHEDULED)
151151

0 commit comments

Comments
 (0)