Fix typo "configurered" in MQTT (#133295)

This commit is contained in:
Norbert Rittel 2024-12-15 19:35:50 +01:00 committed by GitHub
parent 9e8a158c89
commit 544ebcf310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -115,7 +115,7 @@
"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_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_inclusion": "The client certificate and private key must be configurered together" "invalid_inclusion": "The client certificate and private key must be configured together"
} }
}, },
"device_automation": { "device_automation": {