From 62054b84336e4d4a8a6a1ea649724e9eb86876b4 Mon Sep 17 00:00:00 2001 From: springstan <46536646+springstan@users.noreply.github.com> Date: Wed, 23 Sep 2020 21:55:33 +0200 Subject: [PATCH] Correct label in mqtt config flow (#40507) --- homeassistant/components/mqtt/strings.json | 4 ++-- homeassistant/components/mqtt/translations/en.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/mqtt/strings.json b/homeassistant/components/mqtt/strings.json index 75c3fdec260..d2d18af6e60 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -68,7 +68,7 @@ "birth_payload": "Birth message payload", "birth_qos": "Birth message QoS", "birth_retain": "Birth message retain", - "will_enable": "Enable birth message", + "will_enable": "Enable will message", "will_topic": "Will message topic", "will_payload": "Will message payload", "will_qos": "Will message QoS", @@ -82,4 +82,4 @@ "bad_will": "Invalid will topic." } } -} \ No newline at end of file +} diff --git a/homeassistant/components/mqtt/translations/en.json b/homeassistant/components/mqtt/translations/en.json index 8ece91cb85d..7ccdf153c13 100644 --- a/homeassistant/components/mqtt/translations/en.json +++ b/homeassistant/components/mqtt/translations/en.json @@ -72,7 +72,7 @@ "birth_retain": "Birth message retain", "birth_topic": "Birth message topic", "discovery": "Enable discovery", - "will_enable": "Enable birth message", + "will_enable": "Enable will message", "will_payload": "Will message payload", "will_qos": "Will message QoS", "will_retain": "Will message retain",