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:
Norbert Rittel 2025-05-09 21:06:07 +02:00 committed by GitHub
parent 131ba3cdef
commit 970edbed40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,12 +7,12 @@
"step": { "step": {
"user": { "user": {
"data": { "data": {
"advertise_ip": "Advertise IP Address", "advertise_ip": "Advertise IP address",
"advertise_port": "Advertise Port", "advertise_port": "Advertise port",
"host_ip": "Host IP Address", "host_ip": "Host IP address",
"listen_port": "Listen Port", "listen_port": "Listen port",
"name": "[%key:common::config_flow::data::name%]", "name": "[%key:common::config_flow::data::name%]",
"upnp_bind_multicast": "Bind multicast (True/False)" "upnp_bind_multicast": "Bind multicast"
}, },
"title": "Define server configuration" "title": "Define server configuration"
} }