mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Fix wrong reference for description of password field in bring (#137720)
* Fix wrong reference for description of password field in bring * Fix second occurrence as well
This commit is contained in:
parent
c814f4f307
commit
54be256bea
@ -25,7 +25,7 @@
|
|||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"email": "[%key:component::bring::config::step::user::data_description::email%]",
|
"email": "[%key:component::bring::config::step::user::data_description::email%]",
|
||||||
"password": "[%key:component::bring::config::step::user::data_description::email%]"
|
"password": "[%key:component::bring::config::step::user::data_description::password%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"reconfigure": {
|
"reconfigure": {
|
||||||
@ -37,7 +37,7 @@
|
|||||||
},
|
},
|
||||||
"data_description": {
|
"data_description": {
|
||||||
"email": "[%key:component::bring::config::step::user::data_description::email%]",
|
"email": "[%key:component::bring::config::step::user::data_description::email%]",
|
||||||
"password": "[%key:component::bring::config::step::user::data_description::email%]"
|
"password": "[%key:component::bring::config::step::user::data_description::password%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user