From 2a758699e63555f981ab334f7399953f7535eee0 Mon Sep 17 00:00:00 2001 From: scheric <38077357+scheric@users.noreply.github.com> Date: Sat, 3 Oct 2020 14:51:20 +0200 Subject: [PATCH] Use common strings in Tado config flow (#41128) --- homeassistant/components/tado/strings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/tado/strings.json b/homeassistant/components/tado/strings.json index f0f2ce4ab99..e0eb90f7ddc 100644 --- a/homeassistant/components/tado/strings.json +++ b/homeassistant/components/tado/strings.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Device is already configured" + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "step": { "user": { @@ -13,10 +13,10 @@ } }, "error": { - "unknown": "Unexpected error", + "unknown": "[%key:common::config_flow::error::unknown%]", "no_homes": "There are no homes linked to this tado account.", - "invalid_auth": "Invalid authentication", - "cannot_connect": "Failed to connect, please try again" + "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" } }, "options": { @@ -30,4 +30,4 @@ } } } -} \ No newline at end of file +}