mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
Fix typos in qBittorrent exceptions strings (#138728)
This commit is contained in:
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…
x
Reference in New Issue
Block a user