Replace "controller_id" with friendly name in homeworks error message (#141550)

This commit is contained in:
Norbert Rittel 2025-03-27 11:29:53 +01:00 committed by GitHub
parent 5747c6b1a8
commit 3646884d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,7 +57,7 @@
},
"exceptions": {
"invalid_controller_id": {
"message": "Invalid controller_id \"{controller_id}\", expected one of \"{controller_ids}\""
"message": "Invalid controller ID \"{controller_id}\", expected one of \"{controller_ids}\""
}
},
"options": {