Add missing translation string in solarlog (#128015)

pull/128176/head
dontinelli 2024-10-09 16:58:16 +02:00 committed by Franck Nijhof
parent 635731421f
commit f99db05a4a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 2 additions and 1 deletions

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