diff --git a/homeassistant/components/wiz/strings.json b/homeassistant/components/wiz/strings.json index 5569cb422d4..b3bd6120fe0 100644 --- a/homeassistant/components/wiz/strings.json +++ b/homeassistant/components/wiz/strings.json @@ -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." } } },