mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix spelling of "comma-separated" and "IP address" in cast
(#144188)
This commit is contained in:
parent
1e0d1c46ab
commit
b9e11b0f45
@ -10,12 +10,12 @@
|
|||||||
"known_hosts": "Add known host"
|
"known_hosts": "Add known host"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"known_hosts": "Hostnames or IP-addresses of cast devices, use if mDNS discovery is not working"
|
"known_hosts": "Hostnames or IP addresses of cast devices, use if mDNS discovery is not working"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"invalid_known_hosts": "Known hosts must be a comma separated list of hosts."
|
"invalid_known_hosts": "Known hosts must be a comma-separated list of hosts."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user