mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-03 10:38:40 +02: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