From 56103a46235a4f78094d879c24db54c6acc51bbb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 2 Jan 2022 13:59:04 -1000 Subject: [PATCH] Fix oncue string for already_configured (#63248) --- homeassistant/components/oncue/strings.json | 2 +- homeassistant/components/oncue/translations/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/oncue/strings.json b/homeassistant/components/oncue/strings.json index 34c915dce2d..cdf281b4fea 100644 --- a/homeassistant/components/oncue/strings.json +++ b/homeassistant/components/oncue/strings.json @@ -14,7 +14,7 @@ "unknown": "[%key:common::config_flow::error::unknown%]" }, "abort": { - "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" + "already_configured": "[%key:common::config_flow::abort::already_configured_account%]" } } } \ No newline at end of file diff --git a/homeassistant/components/oncue/translations/en.json b/homeassistant/components/oncue/translations/en.json index cb0e7bed7ea..a6c0889765f 100644 --- a/homeassistant/components/oncue/translations/en.json +++ b/homeassistant/components/oncue/translations/en.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Device is already configured" + "already_configured": "Account is already configured" }, "error": { "cannot_connect": "Failed to connect",