mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +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": {
|
||||
"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%]"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user