Change wording in config flow dialog for fyta (#132075)

This commit is contained in:
dontinelli 2024-12-02 14:57:47 +01:00 committed by GitHub
parent fe0f414e99
commit 4b9d89a480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
"step": {
"user": {
"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": {
"username": "[%key:common::config_flow::data::username%]",
"username": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"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."
}
},