Fix typos, replace duplicated strings with references (#135303)

This commit is contained in:
Norbert Rittel 2025-01-10 18:21:39 +01:00 committed by GitHub
parent 31b45e6d3f
commit 675cc32534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,8 +21,8 @@
"port": "[%key:common::config_flow::data::port%]"
},
"data_description": {
"host": "The hostname or IP address of your madVR Envy device.",
"port": "The port your madVR Envy is listening on. In 99% of cases, leave this as the default."
"host": "[%key:component::madvr::config::step::user::data_description::host%]",
"port": "[%key:component::madvr::config::step::user::data_description::port%]"
}
}
},
@ -33,7 +33,7 @@
},
"error": {
"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": {