mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
Spelling fixes in user-facing strings of wiz (#167091)
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
||||
},
|
||||
"error": {
|
||||
"bulb_time_out": "Can not connect to the bulb. Maybe the bulb is offline or a wrong IP was entered. Please turn on the light and try again!",
|
||||
"bulb_time_out": "Cannot connect to the bulb. Maybe the bulb is offline or a wrong IP was entered. Please turn on the light and try again!",
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"no_ip": "Not a valid IP address.",
|
||||
"no_wiz_light": "The bulb cannot be connected via WiZ Platform integration.",
|
||||
"no_wiz_light": "The bulb cannot be connected via WiZ integration.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
},
|
||||
"flow_title": "{name} ({host})",
|
||||
@@ -26,7 +26,7 @@
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::ip%]"
|
||||
},
|
||||
"description": "If you leave the IP Address empty, discovery will be used to find devices."
|
||||
"description": "If you leave the IP address empty, discovery will be used to find devices."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user