fix: download modal no compatible empty state (#6680)

This commit is contained in:
Truman Gao
2026-07-09 21:37:09 +00:00
committed by GitHub
parent e877167db7
commit 46f94bd067
3 changed files with 35 additions and 0 deletions
@@ -3362,6 +3362,9 @@
"project.download.no-game-versions-found": {
"message": "No game versions found"
},
"project.download.no-versions-available": {
"message": "No versions available for {gameVersion} and {platform}."
},
"project.download.platform-unsupported-tooltip": {
"message": "{title} does not support {platform} for {gameVersion}"
},