From 5631170900369321e4d6df59cd9623373334a782 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:36:31 +0100 Subject: [PATCH] Fix spelling of reconfigure in strings (#163370) --- homeassistant/components/duckdns/strings.json | 2 +- homeassistant/components/namecheapdns/strings.json | 2 +- homeassistant/components/shelly/strings.json | 2 +- homeassistant/components/zha/strings.json | 6 +++--- homeassistant/components/zwave_js/strings.json | 6 +++--- homeassistant/strings.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/homeassistant/components/duckdns/strings.json b/homeassistant/components/duckdns/strings.json index 64625c9ac86..fdd3db2ad36 100644 --- a/homeassistant/components/duckdns/strings.json +++ b/homeassistant/components/duckdns/strings.json @@ -16,7 +16,7 @@ "data_description": { "access_token": "[%key:component::duckdns::config::step::user::data_description::access_token%]" }, - "title": "Re-configure {name}" + "title": "Reconfigure {name}" }, "user": { "data": { diff --git a/homeassistant/components/namecheapdns/strings.json b/homeassistant/components/namecheapdns/strings.json index 7685de9cf0d..da924a9faa3 100644 --- a/homeassistant/components/namecheapdns/strings.json +++ b/homeassistant/components/namecheapdns/strings.json @@ -30,7 +30,7 @@ "password": "[%key:component::namecheapdns::config::step::user::data_description::password%]" }, "description": "You can find the Dynamic DNS password in your Namecheap account under [Domain List > {domain} > Manage > Advanced DNS > Dynamic DNS]({account_panel}).", - "title": "Re-configure {name}" + "title": "Reconfigure {name}" }, "user": { "data": { diff --git a/homeassistant/components/shelly/strings.json b/homeassistant/components/shelly/strings.json index 67fb40b8c5b..43d6bd43c6e 100644 --- a/homeassistant/components/shelly/strings.json +++ b/homeassistant/components/shelly/strings.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_on_wifi": "Device is already connected to WiFi and was discovered via the network.", - "another_device": "Re-configuration was unsuccessful, the IP address/hostname of another Shelly device was used.", + "another_device": "Reconfiguration was unsuccessful, the IP address/hostname of another Shelly device was used.", "ble_not_permitted": "Device is bound to a Shelly cloud account and cannot be provisioned via Bluetooth. Please use the Shelly app to provision WiFi credentials, then add the device when it appears on your network.", "cannot_connect": "Failed to connect to the device. Ensure the device is powered on and within range.", "custom_port_not_supported": "[%key:component::shelly::config::error::custom_port_not_supported%]", diff --git a/homeassistant/components/zha/strings.json b/homeassistant/components/zha/strings.json index 4b1b629f8af..44cf9655fe9 100644 --- a/homeassistant/components/zha/strings.json +++ b/homeassistant/components/zha/strings.json @@ -2051,16 +2051,16 @@ "title": "[%key:component::zha::config::step::plug_in_old_radio::title%]" }, "prompt_migrate_or_reconfigure": { - "description": "Are you migrating to a new adapter or re-configuring the current adapter?", + "description": "Are you migrating to a new adapter or reconfiguring the current adapter?", "menu_option_descriptions": { "intent_migrate": "This will help you migrate your Zigbee network from your old adapter to a new one.", "intent_reconfigure": "This will let you change the serial port for your current Zigbee adapter." }, "menu_options": { "intent_migrate": "Migrate to a new adapter", - "intent_reconfigure": "Re-configure the current adapter" + "intent_reconfigure": "Reconfigure the current adapter" }, - "title": "Migrate or re-configure" + "title": "Migrate or reconfigure" }, "restore_backup": { "title": "[%key:component::zha::config::step::restore_backup::title%]" diff --git a/homeassistant/components/zwave_js/strings.json b/homeassistant/components/zwave_js/strings.json index 143c43c422c..18a3d362f03 100644 --- a/homeassistant/components/zwave_js/strings.json +++ b/homeassistant/components/zwave_js/strings.json @@ -140,16 +140,16 @@ "title": "[%key:component::zwave_js::config::step::on_supervisor::title%]" }, "reconfigure": { - "description": "Are you migrating to a new adapter or re-configuring the current adapter?", + "description": "Are you migrating to a new adapter or reconfiguring the current adapter?", "menu_option_descriptions": { "intent_migrate": "This will move your Z-Wave network to a new adapter.", "intent_reconfigure": "This will let you change the adapter configuration." }, "menu_options": { "intent_migrate": "Migrate to a new adapter", - "intent_reconfigure": "Re-configure the current adapter" + "intent_reconfigure": "Reconfigure the current adapter" }, - "title": "Migrate or re-configure" + "title": "Migrate or reconfigure" }, "restore_failed": { "description": "Your Z-Wave network could not be restored to the new adapter. This means that your Z-Wave devices are not connected to Home Assistant.\n\nThe backup is saved to ”{file_path}”\n\n'<'a href=\"{file_url}\" download=\"{file_name}\"'>'Download backup file'<'/a'>'", diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 93c8b5e88f3..482798c0376 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -36,7 +36,7 @@ "oauth2_unauthorized": "OAuth authorization error while obtaining access token.", "oauth2_user_rejected_authorize": "Account linking rejected: {error}", "reauth_successful": "Re-authentication was successful", - "reconfigure_successful": "Re-configuration was successful", + "reconfigure_successful": "Reconfiguration was successful", "single_instance_allowed": "Already configured. Only a single configuration possible.", "unknown_authorize_url_generation": "Unknown error generating an authorize URL.", "webhook_not_internet_accessible": "Your Home Assistant instance needs to be accessible from the internet to receive webhook messages."