From 3b8a03f92f58fa86bc85806d6b91c2690f85de19 Mon Sep 17 00:00:00 2001 From: Laurent Date: Fri, 28 Mar 2025 11:25:44 +0100 Subject: [PATCH] fix semi finals labl --- tournaments/models/round.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: