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",