diff --git a/homeassistant/components/tplink/strings.json b/homeassistant/components/tplink/strings.json index c2e16063e4a..19aa35f3604 100644 --- a/homeassistant/components/tplink/strings.json +++ b/homeassistant/components/tplink/strings.json @@ -21,7 +21,7 @@ }, "user_auth_confirm": { "title": "Authenticate", - "description": "The device requires authentication, please input your credentials below.", + "description": "The device requires authentication, please input your TP-Link credentials below.", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" @@ -29,7 +29,7 @@ }, "discovery_auth_confirm": { "title": "Authenticate", - "description": "The device requires authentication, please input your credentials below.", + "description": "[%key:component::tplink::config::step::user_auth_confirm::description%]", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" @@ -37,11 +37,11 @@ }, "reauth": { "title": "[%key:common::config_flow::title::reauth%]", - "description": "The device needs updated credentials, please input your credentials below." + "description": "[%key:component::tplink::config::step::user_auth_confirm::description%]" }, "reauth_confirm": { "title": "[%key:common::config_flow::title::reauth%]", - "description": "The device needs updated credentials, please input your credentials below.", + "description": "[%key:component::tplink::config::step::user_auth_confirm::description%]", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]"