Fix typos in exception translations of Xbox integration (#154849)

This commit is contained in:
Manu
2025-10-20 01:09:03 +03:00
committed by GitHub
parent 4912280193
commit 6b76b3e729
+2 -2
View File
@@ -54,10 +54,10 @@
},
"exceptions": {
"request_exception": {
"message": "Failed to connect Xbox Network: {error}"
"message": "Failed to connect to Xbox Network: {error}"
},
"timeout_exception": {
"message": "Failed to connect Xbox Network due to a connection timeout"
"message": "Failed to connect to Xbox Network due to a connection timeout"
}
}
}