Skip to content

Commit 4ee9305

Browse files
authored
Fix typo in wrong_hub abort message of homee (home-assistant#148261)
1 parent 1b11ac9 commit 4ee9305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/homee/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
66
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
77
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
8-
"wrong_hub": "IP-Address belongs to a different homee than the configured one."
8+
"wrong_hub": "IP address belongs to a different homee than the configured one."
99
},
1010
"error": {
1111
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",

0 commit comments

Comments
 (0)