From d74f5c6ee07febb2827c1587d552a07852dab8dd Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Sun, 18 Sep 2022 13:24:21 -0600 Subject: [PATCH] Make Guardian Repairs strings more consistent (and instructive) (#78694) Make Guardian Repairs strings consistently helpful --- homeassistant/components/guardian/strings.json | 6 +++--- homeassistant/components/guardian/translations/en.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/guardian/strings.json b/homeassistant/components/guardian/strings.json index b173051a860..33ddcf637a4 100644 --- a/homeassistant/components/guardian/strings.json +++ b/homeassistant/components/guardian/strings.json @@ -20,11 +20,11 @@ }, "issues": { "deprecated_service": { - "title": "The {deprecated_service} service is being removed", + "title": "The {deprecated_service} service will be removed", "fix_flow": { "step": { "confirm": { - "title": "The {deprecated_service} service is being removed", + "title": "The {deprecated_service} service will be removed", "description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`." } } @@ -36,7 +36,7 @@ "step": { "confirm": { "title": "The {old_entity_id} entity will be removed", - "description": "This entity has been replaced by `{replacement_entity_id}`." + "description": "Update any automations or scripts that use this entity to instead use `{replacement_entity_id}`." } } } diff --git a/homeassistant/components/guardian/translations/en.json b/homeassistant/components/guardian/translations/en.json index 99bf2e67b4e..ac87ae36506 100644 --- a/homeassistant/components/guardian/translations/en.json +++ b/homeassistant/components/guardian/translations/en.json @@ -24,17 +24,17 @@ "step": { "confirm": { "description": "Update any automations or scripts that use this service to instead use the `{alternate_service}` service with a target entity ID of `{alternate_target}`.", - "title": "The {deprecated_service} service is being removed" + "title": "The {deprecated_service} service will be removed" } } }, - "title": "The {deprecated_service} service is being removed" + "title": "The {deprecated_service} service will be removed" }, "replaced_old_entity": { "fix_flow": { "step": { "confirm": { - "description": "This entity has been replaced by `{replacement_entity_id}`.", + "description": "Update any automations or scripts that use this entity to instead use `{replacement_entity_id}`.", "title": "The {old_entity_id} entity will be removed" } }