Fix typos in qBittorrent exceptions strings (#138728)
parent
e0795e6d07
commit
d7e796e9f9
|
@ -109,16 +109,16 @@
|
|||
},
|
||||
"exceptions": {
|
||||
"invalid_device": {
|
||||
"message": "No device with id {device_id} was found"
|
||||
"message": "No device with ID {device_id} was found"
|
||||
},
|
||||
"invalid_entry_id": {
|
||||
"message": "No entry with id {device_id} was found"
|
||||
"message": "No entry with ID {device_id} was found"
|
||||
},
|
||||
"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": {
|
||||
"message": "Can't connect to QBittorrent, please check your configuration."
|
||||
"message": "Can't connect to qBittorrent, please check your configuration."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue