Skip to content

Commit

Permalink
Fix typos, replace duplicated strings with references (home-assistant…
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Jan 10, 2025
1 parent 31b45e6 commit 675cc32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions homeassistant/components/madvr/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"title": "Setup madVR Envy",
"title": "Set up madVR Envy",
"description": "Your device needs to be on in order to add the integation.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
Expand All @@ -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%]"
}
}
},
Expand All @@ -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": {
Expand Down

0 comments on commit 675cc32

Please sign in to comment.