From 3cd5f0568ac110e475631ec3e22668bec743f8f7 Mon Sep 17 00:00:00 2001 From: Jirka Date: Fri, 29 Dec 2023 12:01:23 +0100 Subject: [PATCH] Fix typo in Blink strings (#106641) Update strings.json Fixed typo. --- homeassistant/components/blink/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/blink/strings.json b/homeassistant/components/blink/strings.json index 87e2fc68c20..a875fb3e343 100644 --- a/homeassistant/components/blink/strings.json +++ b/homeassistant/components/blink/strings.json @@ -106,7 +106,7 @@ }, "exceptions": { "integration_not_found": { - "message": "Integraion '{target}' not found in registry" + "message": "Integration '{target}' not found in registry" }, "no_path": { "message": "Can't write to directory {target}, no access to path!"