Improve tplink authenticate description wording (#111250)
This commit is contained in:
parent
b60ca4260c
commit
e0490a3ade
1 changed files with 4 additions and 4 deletions
|
@ -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%]"
|
||||
|
|
Loading…
Add table
Reference in a new issue