Add error handling and improve file upload UX
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-04-02 09:52:37 +02:00
parent 7153cacbab
commit 48586f1a50
4 changed files with 50 additions and 23 deletions

View File

@@ -137,6 +137,11 @@
"download": "Download",
"close": "Close"
}
},
"errors": {
"invalidEnding": "This file extension cannot be uploaded.",
"noFile": "No file.",
"upload": "Error uploading, check your schematic!"
}
}
},