From a039d245fd609f07465cb8a27b24fb90f9326f6c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 3 Jan 2022 17:09:32 +0100 Subject: [PATCH] Fix typo in CPU Speed translation key (#63284) --- homeassistant/components/cpuspeed/strings.json | 2 +- homeassistant/components/cpuspeed/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/cpuspeed/strings.json b/homeassistant/components/cpuspeed/strings.json index 932ba29e555..a64e1be7fcf 100644 --- a/homeassistant/components/cpuspeed/strings.json +++ b/homeassistant/components/cpuspeed/strings.json @@ -8,7 +8,7 @@ } }, "abort": { - "alread_configured": "[%key:common::config_flow::abort::single_instance_allowed%]", + "already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]", "not_compatible": "Unable to get CPU information, this integration is not compatible with your system" } } diff --git a/homeassistant/components/cpuspeed/translations/en.json b/homeassistant/components/cpuspeed/translations/en.json index 4d4205d54e7..d482e5d3d3d 100644 --- a/homeassistant/components/cpuspeed/translations/en.json +++ b/homeassistant/components/cpuspeed/translations/en.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "alread_configured": "Already configured. Only a single configuration possible.", + "already_configured": "Already configured. Only a single configuration possible.", "not_compatible": "Unable to get CPU information, this integration is not compatible with your system" }, "step": {