Skip to content

Commit

Permalink
Fix label typo and change file type
Browse files Browse the repository at this point in the history
  • Loading branch information
MichlF committed May 26, 2023
1 parent 676e416 commit ec13f90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/renameLabels.tsx → src/utils/renameLabels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export const getFactionName = (factionCode: string): string => {
const countryMapping: { [code: string]: string } = {
dak: "Deutsches Afrikakorps",
german: "Wehrmacht",
british: "US Forces",
american: "British Forces",
american: "US Forces",
british: "British Forces",
}

return countryMapping[factionCode] || factionCode
Expand Down

0 comments on commit ec13f90

Please sign in to comment.