From 8ff47f6a1814f7e8bb4592d358c130292f81eec1 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Tue, 15 Jul 2025 20:06:40 +0000 Subject: [PATCH] Update dialogs to make clear the subentry is to be deleted --- homeassistant/components/mqtt/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/mqtt/strings.json b/homeassistant/components/mqtt/strings.json index a4a9bda980f..8bb975cb79f 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -10,7 +10,7 @@ "step": { "confirm": { "title": "[%key:component::mqtt::issues::subentry_migration_discovery::title%]", - "description": "Exported MQTT device \"{name}\" identified via MQTT discovery. Confirm that the MQTT device is migrated to the main MQTT configuration, the replaced subentry of the MQTT device is to be removed. Make sure that the discovery is retained at the MQTT broker, or is resent after the subentry is removed, so that the MQTT device will be set up correctly." + "description": "Exported MQTT device \"{name}\" identified via MQTT discovery. Submit to confirm that the MQTT device is to be migrated to the main MQTT configuration, and to remove the existing MQTT device subentry. Make sure that the discovery is retained at the MQTT broker, or is resent after the subentry is removed, so that the MQTT device will be set up correctly." } } } @@ -21,7 +21,7 @@ "step": { "confirm": { "title": "[%key:component::mqtt::issues::subentry_migration_yaml::title%]", - "description": "Exported MQTT device \"{name}\" identified in YAML configuration. Confirm to migrate the MQTT device to main MQTT config entry, and to remove the replaced MQTT device subentry." + "description": "Exported MQTT device \"{name}\" identified in YAML configuration. Submit to confirm that the MQTT device is to be migrated to main MQTT config entry, and to remove the existing MQTT device subentry." } } }