mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix mixing string references in Motion Blinds translations (#71806)
This commit is contained in:
parent
042321be60
commit
28560e76e9
@ -26,7 +26,7 @@
|
|||||||
"discovery_error": "Failed to discover a Motion Gateway"
|
"discovery_error": "Failed to discover a Motion Gateway"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%], connection settings are updated",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
||||||
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "Device is already configured, connection settings are updated",
|
"already_configured": "Device is already configured",
|
||||||
"already_in_progress": "Configuration flow is already in progress",
|
"already_in_progress": "Configuration flow is already in progress",
|
||||||
"connection_error": "Failed to connect"
|
"connection_error": "Failed to connect"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user