diff --git a/tournaments/models/round.py b/tournaments/models/round.py index 35d1815..2b8fe95 100644 --- a/tournaments/models/round.py +++ b/tournaments/models/round.py @@ -47,7 +47,7 @@ class Round(SideStoreModel): if self.index == 0: return "Finale" elif self.index == 1: - return "Demis" + return "Demies" elif self.index == 2: return "Quarts" else: