mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix missing % in string for generic camera (#133925)
Fix missing % in generic camera string
This commit is contained in:
parent
cf9686a802
commit
44150e9fd7
@ -77,7 +77,7 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
"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%]",
|
"already_exists": "[%key:component::generic::config::error::already_exists%]",
|
||||||
"unable_still_load": "[%key:component::generic::config::error::unable_still_load%]",
|
"unable_still_load": "[%key:component::generic::config::error::unable_still_load%]",
|
||||||
"unable_still_load_auth": "[%key:component::generic::config::error::unable_still_load_auth%]",
|
"unable_still_load_auth": "[%key:component::generic::config::error::unable_still_load_auth%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user