From 0ecdae25517261c89055e09bf8208a0bd322249d Mon Sep 17 00:00:00 2001 From: Julian <130256240+j4n-e4t@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:15:35 +0100 Subject: [PATCH] Fix inconsistency in Thermostat and Humidifier card names (#22416) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 09e947b1cd..3e9b39bdc8 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -6330,7 +6330,7 @@ }, "humidifier": { "name": "Humidifier", - "description": "The Humidifier card gives control of your humidifier entity. Allowing you to change the humidity and mode of the entity.", + "description": "The Humidifier card gives control of a humidifier entity for humidifying or dehumdifying, allowing you to set its mode and desired humidity.", "show_current_as_primary": "Show current humidity as primary information" }, "iframe": { @@ -6486,7 +6486,7 @@ }, "thermostat": { "name": "Thermostat", - "description": "The Thermostat card gives control of your climate entity. Allowing you to change the temperature and mode of the entity.", + "description": "The Thermostat card gives control of a climate entity for heating or cooling, allowing you to set its mode and desired temperature.", "show_current_as_primary": "Show current temperature as primary information" }, "tile": {