Skip to content

Commit

Permalink
Fix translation for AVM Fritz!Box Tools (#124784)
Browse files Browse the repository at this point in the history
add missing ssl option to strings
  • Loading branch information
mib1185 authored Aug 28, 2024
1 parent 0afae45 commit 1137097
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/fritz/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 1137097

Please sign in to comment.