mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Change wording in config flow dialog for fyta (#132075)
This commit is contained in:
parent
fe0f414e99
commit
4b9d89a480
@ -3,13 +3,13 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Credentials for FYTA API",
|
"title": "Credentials for FYTA API",
|
||||||
"description": "Provide username and password to connect to the FYTA server",
|
"description": "Provide email and password to connect to the FYTA server",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::email%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "[%key:common::config_flow::data::password%]"
|
||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"username": "The username to login to your FYTA account.",
|
"username": "The email address to login to your FYTA account.",
|
||||||
"password": "The password to login to your FYTA account."
|
"password": "The password to login to your FYTA account."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user