mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02: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:
@@ -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%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user