Add data descriptions to Nice G.O. config flow (#131865)

* Add data descriptions to Nice G.O. config flow

* Reference other strings instead
pull/131877/head
IceBotYT 2024-11-28 15:09:01 -05:00 committed by GitHub
parent 6dd93253c6
commit 8b467268df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -6,12 +6,20 @@
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "[%key:component::nice_go::config::step::user::data_description::email%]",
"password": "[%key:component::nice_go::config::step::user::data_description::password%]"
}
},
"user": {
"data": {
"email": "[%key:common::config_flow::data::email%]",
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"email": "The email address used to log in to the Nice G.O. app",
"password": "The password used to log in to the Nice G.O. app"
}
}
},