Use reference strings in elkm1 strings.json (#40996)

pull/41007/head
Melvin 2020-10-01 20:12:44 +02:00 committed by GitHub
parent 6b509fd9db
commit 4b8f91823c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@
} }
}, },
"error": { "error": {
"cannot_connect": "Failed to connect, please try again", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "Invalid authentication", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "Unexpected error" "unknown": "[%key:common::config_flow::error::unknown%]"
}, },
"abort": { "abort": {
"already_configured": "An ElkM1 with this prefix is already configured", "already_configured": "An ElkM1 with this prefix is already configured",