From 334a8ab13f706268221c611102be564063b15a2e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 15 Feb 2022 01:24:35 -0600 Subject: [PATCH] Fix missing abort strings in wiz (#66538) --- homeassistant/components/wiz/strings.json | 2 ++ homeassistant/components/wiz/translations/en.json | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/wiz/strings.json b/homeassistant/components/wiz/strings.json index 548e79e9157..d9b2a19d752 100644 --- a/homeassistant/components/wiz/strings.json +++ b/homeassistant/components/wiz/strings.json @@ -25,6 +25,8 @@ "no_ip": "Not a valid IP address." }, "abort": { + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } } diff --git a/homeassistant/components/wiz/translations/en.json b/homeassistant/components/wiz/translations/en.json index ab4b7929739..97bb7fc25ba 100644 --- a/homeassistant/components/wiz/translations/en.json +++ b/homeassistant/components/wiz/translations/en.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Device is already configured", + "cannot_connect": "Failed to connect", "no_devices_found": "No devices found on the network" }, "error": { @@ -13,9 +14,6 @@ }, "flow_title": "{name} ({host})", "step": { - "confirm": { - "description": "Do you want to start set up?" - }, "discovery_confirm": { "description": "Do you want to setup {name} ({host})?" }, @@ -26,8 +24,7 @@ }, "user": { "data": { - "host": "IP Address", - "name": "Name" + "host": "IP Address" }, "description": "If you leave the IP Address empty, discovery will be used to find devices." }