From 7fcdb573c732b78fefe10d5bdc4da92c80285cd9 Mon Sep 17 00:00:00 2001 From: Sophie Date: Thu, 5 Oct 2023 15:25:04 +0100 Subject: [PATCH] Replace Union Saint Gilloise from PA with Union Saint-Gilloise --- sport/app/football/model/model.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/sport/app/football/model/model.scala b/sport/app/football/model/model.scala index 583e435d15f..a910aec2423 100644 --- a/sport/app/football/model/model.scala +++ b/sport/app/football/model/model.scala @@ -168,6 +168,7 @@ object CompetitionDisplayHelpers { teamName .replace("Ladies", "") .replace("Holland", "The Netherlands") + .replace("Union Saint Gilloise", "Union Saint-Gilloise") } def cleanTeamNameNextGenApi(teamName: String): String = {