mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Sentence-case names and remove "True/False" in emulated_roku
setup (#144579)
Sentence-case names and remove "True/False" in `emulated_roku`setup As a binary field is shown as an on/off toggle in the UI there is no need to include "(True/False)" in the field label.
This commit is contained in:
parent
131ba3cdef
commit
970edbed40
@ -7,12 +7,12 @@
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"advertise_ip": "Advertise IP Address",
|
||||
"advertise_port": "Advertise Port",
|
||||
"host_ip": "Host IP Address",
|
||||
"listen_port": "Listen Port",
|
||||
"advertise_ip": "Advertise IP address",
|
||||
"advertise_port": "Advertise port",
|
||||
"host_ip": "Host IP address",
|
||||
"listen_port": "Listen port",
|
||||
"name": "[%key:common::config_flow::data::name%]",
|
||||
"upnp_bind_multicast": "Bind multicast (True/False)"
|
||||
"upnp_bind_multicast": "Bind multicast"
|
||||
},
|
||||
"title": "Define server configuration"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user