Fix typos in qBittorrent exceptions strings (#138728)

This commit is contained in:
Norbert Rittel 2025-02-17 18:37:46 +01:00 committed by GitHub
parent e0795e6d07
commit d7e796e9f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -109,16 +109,16 @@
}, },
"exceptions": { "exceptions": {
"invalid_device": { "invalid_device": {
"message": "No device with id {device_id} was found" "message": "No device with ID {device_id} was found"
}, },
"invalid_entry_id": { "invalid_entry_id": {
"message": "No entry with id {device_id} was found" "message": "No entry with ID {device_id} was found"
}, },
"login_error": { "login_error": {
"message": "A login error occured. Please check you username and password." "message": "A login error occured. Please check your username and password."
}, },
"cannot_connect": { "cannot_connect": {
"message": "Can't connect to QBittorrent, please check your configuration." "message": "Can't connect to qBittorrent, please check your configuration."
} }
} }
} }