Skip to content

Commit

Permalink
minor fixes to DE (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbrett authored Sep 14, 2024
1 parent bc80fea commit 9f5ebe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/localize/languages/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const de = {
"gameStat1": "%s",
"gameStat2": "%s",
"gameStat3": "",
"gameBar": "Torschüsse",
"gameBar": "Schüsse (auf Tor)",
"teamBarLabel": "%s",
"oppoBarLabel": "%s"
},
Expand Down Expand Up @@ -111,12 +111,12 @@ export const de = {
"gameStat1": "%s",
"gameStat2": "%s",
"gameStat3": "",
"gameBar": "Torschüsse",
"gameBar": "Schüsse (auf Tor)",
"teamBarLabel": "%s",
"oppoBarLabel": "%s"
},
"tennis": {
"startTerm": "First Serve",
"startTerm": "Aufschlag",
"overUnder": "O/U: %s",
"gameStat1": "%s",
"gameStat2": "%s",
Expand Down

0 comments on commit 9f5ebe9

Please sign in to comment.