Fix translation for AVM Fritz!Box Tools (#124784)
add missing ssl option to strings
This commit is contained in:
parent
0afae45bc5
commit
11370979e5
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
"description": "Discovered FRITZ!Box: {name}\n\nSet up FRITZ!Box Tools to control your {name}",
|
||||
"data": {
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"password": "[%key:common::config_flow::data::password%]"
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"ssl": "[%key:common::config_flow::data::ssl%]"
|
||||
}
|
||||
},
|
||||
"reauth_confirm": {
|
||||
|
|
Loading…
Add table
Reference in a new issue