mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Correction in mqtt error string (#82712)
Text correction in mqtt error string
This commit is contained in:
parent
7b5c80720a
commit
e9a9ab9025
@ -52,7 +52,7 @@
|
|||||||
"bad_certificate": "The CA certificate is invalid",
|
"bad_certificate": "The CA certificate is invalid",
|
||||||
"bad_client_cert": "Invalid client certificate, ensure a PEM coded file is supplied",
|
"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_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",
|
"bad_ws_headers": "Supply valid HTTP headers as a JSON object",
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"invalid_inclusion": "The client certificate and private key must be configurered together"
|
"invalid_inclusion": "The client certificate and private key must be configurered together"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"bad_birth": "Invalid birth topic",
|
"bad_birth": "Invalid birth topic",
|
||||||
"bad_certificate": "The CA certificate is invalid",
|
"bad_certificate": "The CA certificate is invalid",
|
||||||
"bad_client_cert": "Invalid client certificate, ensure a PEM coded file is supplied",
|
"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_client_key": "Invalid private key, ensure a PEM coded file is supplied without password",
|
||||||
"bad_discovery_prefix": "Invalid discovery prefix",
|
"bad_discovery_prefix": "Invalid discovery prefix",
|
||||||
"bad_will": "Invalid will topic",
|
"bad_will": "Invalid will topic",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user