Add data descriptions to Nice G.O. config flow (#131865)
* Add data descriptions to Nice G.O. config flow * Reference other strings insteadpull/131877/head
parent
6dd93253c6
commit
8b467268df
|
@ -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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue