Fix missing % in string for generic camera (#133925)

Fix missing % in generic camera string
This commit is contained in:
Dave T 2024-12-24 06:45:13 +00:00 committed by Franck Nijhof
parent cf9686a802
commit 44150e9fd7
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

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