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:
Norbert Rittel 2025-02-07 20:15:04 +01:00 committed by GitHub
parent c814f4f307
commit 54be256bea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"
}
}
},