mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-11-30 19:14:27 +01:00
fix(frontend): fix incorrect parameter in german game_status string
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
"disconnected": "Getrennt"
|
||||
},
|
||||
"game_status": {
|
||||
"game_status": "Spielstatus: {game_status}",
|
||||
"game_status": "Spielstatus:",
|
||||
"lobby": "Lobby",
|
||||
"running": "Läuft",
|
||||
"ended": "Beendet"
|
||||
|
||||
Reference in New Issue
Block a user