Skip to content

Commit 4068a1c

Browse files
Add the correct name for Jagiellonia Białystok (#13518)
1 parent 0f1bfd6 commit 4068a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotcom-rendering/src/footballMatches.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,6 @@ const cleanTeamName = (teamName: string): string => {
427427
return teamName
428428
.replace('Ladies', '')
429429
.replace('Holland', 'The Netherlands')
430+
.replace('Bialystock', 'Białystok')
430431
.replace('Union Saint Gilloise', 'Union Saint-Gilloise');
431432
};

0 commit comments

Comments
 (0)