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",