mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Fix typos, replace duplicated strings with references (#135303)
This commit is contained in:
parent
31b45e6d3f
commit
675cc32534
@ -21,8 +21,8 @@
|
|||||||
"port": "[%key:common::config_flow::data::port%]"
|
"port": "[%key:common::config_flow::data::port%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"host": "The hostname or IP address of your madVR Envy device.",
|
"host": "[%key:component::madvr::config::step::user::data_description::host%]",
|
||||||
"port": "The port your madVR Envy is listening on. In 99% of cases, leave this as the default."
|
"port": "[%key:component::madvr::config::step::user::data_description::port%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"no_mac": "A MAC address was not found. It required to identify the device. Please ensure your device is connectable."
|
"no_mac": "A MAC address was not found. It is required to identify the device. Please ensure your device is connectable."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"entity": {
|
"entity": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user