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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"discovery_error": "Failed to discover a Motion Gateway"
},
"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%]",
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
}

View File

@ -1,7 +1,7 @@
{
"config": {
"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",
"connection_error": "Failed to connect"
},