mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Improve tplink authenticate description wording (#111250)
This commit is contained in:
parent
b60ca4260c
commit
e0490a3ade
@ -21,7 +21,7 @@
|
|||||||
},
|
},
|
||||||
"user_auth_confirm": {
|
"user_auth_confirm": {
|
||||||
"title": "Authenticate",
|
"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": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"discovery_auth_confirm": {
|
"discovery_auth_confirm": {
|
||||||
"title": "Authenticate",
|
"title": "Authenticate",
|
||||||
"description": "The device requires authentication, please input your credentials below.",
|
"description": "[%key:component::tplink::config::step::user_auth_confirm::description%]",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
@ -37,11 +37,11 @@
|
|||||||
},
|
},
|
||||||
"reauth": {
|
"reauth": {
|
||||||
"title": "[%key:common::config_flow::title::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": {
|
"reauth_confirm": {
|
||||||
"title": "[%key:common::config_flow::title::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%]",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user