mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix translation string in weatherflow (#128321)
This commit is contained in:
parent
fdda0cc9cc
commit
c5fe7ea0ea
@ -13,7 +13,8 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"address_in_use": "Unable to open local UDP port 50222.",
|
"address_in_use": "Unable to open local UDP port 50222.",
|
||||||
"cannot_connect": "UDP discovery error."
|
"cannot_connect": "UDP discovery error.",
|
||||||
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user