Fix mixing string references in Motion Blinds translations (#71806)

This commit is contained in:
starkillerOG
2022-05-13 17:29:56 +02:00
committed by GitHub
parent 042321be60
commit 28560e76e9
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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"
}, },