From eaf277844fd70e8d18ef1fa2a2045aac3a2aa8d0 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Mon, 6 May 2024 23:21:34 +0200 Subject: [PATCH] Correct typo in MQTT translations (#116956) --- homeassistant/components/mqtt/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mqtt/strings.json b/homeassistant/components/mqtt/strings.json index fc5f0bc4970..6034197aec7 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -71,7 +71,7 @@ }, "reauth_confirm": { "title": "Re-authentication required with the MQTT broker", - "description": "The MQTT broker reported an authentication error. Please confirm the brokers correct usernname and password.", + "description": "The MQTT broker reported an authentication error. Please confirm the brokers correct username and password.", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]"