From a94fa01574973d24d183c7db3bf77da49563c688 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:08:56 -0500 Subject: [PATCH] spelling: components/azure_event_hub (#64229) Co-authored-by: Josh Soref --- homeassistant/components/azure_event_hub/strings.json | 4 ++-- homeassistant/components/azure_event_hub/translations/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/azure_event_hub/strings.json b/homeassistant/components/azure_event_hub/strings.json index a7e714d8442..3bfc60b6305 100644 --- a/homeassistant/components/azure_event_hub/strings.json +++ b/homeassistant/components/azure_event_hub/strings.json @@ -32,8 +32,8 @@ "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", - "cannot_connect": "Connecting with the credentails from the configuration.yaml failed, please remove from yaml and use the config flow.", - "unknown": "Connecting with the credentails from the configuration.yaml failed with an unknown error, please remove from yaml and use the config flow." + "cannot_connect": "Connecting with the credentials from the configuration.yaml failed, please remove from yaml and use the config flow.", + "unknown": "Connecting with the credentials from the configuration.yaml failed with an unknown error, please remove from yaml and use the config flow." } }, "options": { diff --git a/homeassistant/components/azure_event_hub/translations/en.json b/homeassistant/components/azure_event_hub/translations/en.json index 60f9ea8f36c..4a4d8117e56 100644 --- a/homeassistant/components/azure_event_hub/translations/en.json +++ b/homeassistant/components/azure_event_hub/translations/en.json @@ -2,9 +2,9 @@ "config": { "abort": { "already_configured": "Service is already configured", - "cannot_connect": "Connecting with the credentails from the configuration.yaml failed, please remove from yaml and use the config flow.", + "cannot_connect": "Connecting with the credentials from the configuration.yaml failed, please remove from yaml and use the config flow.", "single_instance_allowed": "Already configured. Only a single configuration possible.", - "unknown": "Connecting with the credentails from the configuration.yaml failed with an unknown error, please remove from yaml and use the config flow." + "unknown": "Connecting with the credentials from the configuration.yaml failed with an unknown error, please remove from yaml and use the config flow." }, "error": { "cannot_connect": "Failed to connect",