mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +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": {
|
||||
"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": {
|
||||
@ -37,7 +37,7 @@
|
||||
},
|
||||
"data_description": {
|
||||
"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