From e9b62dd203703d101e197116990ef99c4d3b1586 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 7 Jul 2024 15:22:02 +0200 Subject: [PATCH] Fix missing placeholder in intergration issue (#121425) --- homeassistant/components/homeassistant/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/homeassistant/strings.json b/homeassistant/components/homeassistant/strings.json index 47e8514a6a5..a0de0348025 100644 --- a/homeassistant/components/homeassistant/strings.json +++ b/homeassistant/components/homeassistant/strings.json @@ -63,7 +63,7 @@ "step": { "remove_entries": { "title": "[%key:component::homeassistant::issues::integration_not_found::title%]", - "description": "The integration `{domain}` could not be found. This happens when a (custom) integration was removed from Home Assistant, but there are still configurations for this `integration`. Please use the buttons below to either remove the previous configurations for `domain` or ignore this.", + "description": "The integration `{domain}` could not be found. This happens when a (custom) integration was removed from Home Assistant, but there are still configurations for this `integration`. Please use the buttons below to either remove the previous configurations for `{domain}` or ignore this.", "menu_options": { "confirm": "Remove previous configurations", "ignore": "Ignore"