Improve tplink authenticate description wording (#111250)

This commit is contained in:
Teemu R
2024-02-24 02:19:28 +01:00
committed by GitHub
parent b60ca4260c
commit e0490a3ade

View File

@@ -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%]"