diff --git a/homeassistant/components/automation/strings.json b/homeassistant/components/automation/strings.json index 4e433119a2a..6f925fe090d 100644 --- a/homeassistant/components/automation/strings.json +++ b/homeassistant/components/automation/strings.json @@ -38,7 +38,7 @@ "fix_flow": { "step": { "confirm": { - "title": "{name} uses an unknown service", + "title": "[%key:component::automation::issues::service_not_found::title%]", "description": "The automation \"{name}\" (`{entity_id}`) has an action that calls an unknown service: `{service}`.\n\nThis error prevents the automation from running correctly. Maybe this service is no longer available, or perhaps a typo caused it.\n\nTo fix this error, [edit the automation]({edit}) and remove the action that calls this service.\n\nClick on SUBMIT below to confirm you have fixed this automation." } } diff --git a/homeassistant/components/counter/strings.json b/homeassistant/components/counter/strings.json index 09592594659..6dcfe14a03a 100644 --- a/homeassistant/components/counter/strings.json +++ b/homeassistant/components/counter/strings.json @@ -32,7 +32,7 @@ "fix_flow": { "step": { "confirm": { - "title": "The counter configure service is being removed", + "title": "[%key:component::counter::issues::deprecated_configure_service::title%]", "description": "The counter service `counter.configure` is being removed and use of it has been detected. If you want to change the current value of a counter, use the new `counter.set_value` service instead.\n\nPlease remove the use of this service from your automations and scripts and select **submit** to close this issue." } }