From 089906790ee52f0e1ed164a0ecd69828c9a59c6f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sat, 17 Dec 2022 05:40:18 +0100 Subject: [PATCH] Fix prettier [homewizard] (#84122) --- homeassistant/components/homewizard/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/homewizard/strings.json b/homeassistant/components/homewizard/strings.json index 085ea208b52..53eeafe99e1 100644 --- a/homeassistant/components/homewizard/strings.json +++ b/homeassistant/components/homewizard/strings.json @@ -25,7 +25,7 @@ "invalid_discovery_parameters": "Detected unsupported API version", "device_not_supported": "This device is not supported", "unknown_error": "[%key:common::config_flow::error::unknown%]", - "reauth_successful": "Enabeling API was successful" + "reauth_successful": "Enabling API was successful" } } -} \ No newline at end of file +}