Add missing translation string in solarlog (#128015)

This commit is contained in:
dontinelli 2024-10-09 16:58:16 +02:00 committed by GitHub
parent c8178ab915
commit b8131cee2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,8 @@
"reconfigure_confirm": {
"title": "Configure SolarLog",
"data": {
"has_password": "[%key:component::solarlog::config::step::user::data::has_password%]"
"has_password": "[%key:component::solarlog::config::step::user::data::has_password%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},