From 602c1c64b36dedf391281058323b3e170eaf580d Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Tue, 24 Jun 2025 16:30:12 +0300 Subject: [PATCH] Update ZwaveJS config flow strings (#147421) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Abílio Costa --- homeassistant/components/zwave_js/strings.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/zwave_js/strings.json b/homeassistant/components/zwave_js/strings.json index bceed10274b..d9a3b82a47c 100644 --- a/homeassistant/components/zwave_js/strings.json +++ b/homeassistant/components/zwave_js/strings.json @@ -31,10 +31,10 @@ }, "flow_title": "{name}", "progress": { - "install_addon": "Installation can take several minutes.", - "start_addon": "Starting add-on.", - "backup_nvm": "Please wait while the network backup completes.", - "restore_nvm": "Please wait while the network restore completes." + "install_addon": "Installation can take several minutes", + "start_addon": "Starting add-on", + "backup_nvm": "Please wait while the network backup completes", + "restore_nvm": "Please wait while the network restore completes" }, "step": { "configure_addon_user": { @@ -47,7 +47,7 @@ "s2_unauthenticated_key": "S2 Unauthenticated Key", "usb_path": "[%key:common::config_flow::data::usb_path%]" }, - "description": "The add-on will generate security keys if those fields are left empty.", + "description": "Select your Z-Wave adapter", "title": "Enter the Z-Wave add-on configuration" }, "configure_addon_reconfigure": { @@ -129,7 +129,7 @@ }, "installation_type": { "title": "Set up Z-Wave", - "description": "In a few steps, we’re going to set up your Home Assistant Connect ZWA-2. Home Assistant can automatically install and configure the recommended Z-Wave setup, or you can customize it.", + "description": "In a few steps, we're going to set up your adapter. Home Assistant can automatically install and configure the recommended Z-Wave setup, or you can customize it.", "menu_options": { "intent_recommended": "Recommended installation", "intent_custom": "Custom installation"