Correction in mqtt error string (#82712)

Text correction in mqtt error string
pull/82717/head^2
Jan Bouwhuis 2022-11-25 21:07:08 +01:00 committed by GitHub
parent 7b5c80720a
commit e9a9ab9025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
"bad_certificate": "The CA certificate is invalid",
"bad_client_cert": "Invalid client certificate, ensure a PEM coded file is supplied",
"bad_client_key": "Invalid private key, ensure a PEM coded file is supplied without password",
"bad_client_cert_key": "Client certificate and private are no valid pair",
"bad_client_cert_key": "Client certificate and private key are not a valid pair",
"bad_ws_headers": "Supply valid HTTP headers as a JSON object",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_inclusion": "The client certificate and private key must be configurered together"

View File

@ -8,7 +8,7 @@
"bad_birth": "Invalid birth topic",
"bad_certificate": "The CA certificate is invalid",
"bad_client_cert": "Invalid client certificate, ensure a PEM coded file is supplied",
"bad_client_cert_key": "Client certificate and private are no valid pair",
"bad_client_cert_key": "Client certificate and private key are not a valid pair",
"bad_client_key": "Invalid private key, ensure a PEM coded file is supplied without password",
"bad_discovery_prefix": "Invalid discovery prefix",
"bad_will": "Invalid will topic",