Skip to content

Commit

Permalink
Fix missing % in generic camera string
Browse files Browse the repository at this point in the history
  • Loading branch information
davet2001 committed Dec 24, 2024
1 parent ff4ba55 commit 9d5dec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/generic/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]",
"unknown_with_details": "[%key:common::config_flow::error::unknown_with_details]",
"unknown_with_details": "[%key:component::generic::config::error::unknown_with_details%]",
"already_exists": "[%key:component::generic::config::error::already_exists%]",
"unable_still_load": "[%key:component::generic::config::error::unable_still_load%]",
"unable_still_load_auth": "[%key:component::generic::config::error::unable_still_load_auth%]",
Expand Down

0 comments on commit 9d5dec5

Please sign in to comment.