From 538a2ea057b30e222711875baee20444c0632c23 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 5 Jan 2025 10:43:32 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20swapped=20letter=20order=20in=20"=C2=B0F"?= =?UTF-8?q?=20and=20"=C2=B0C"=20temperature=20units=20(#134750)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the wrong order "F°" and "C°" for the temperature units. --- homeassistant/components/iron_os/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/iron_os/strings.json b/homeassistant/components/iron_os/strings.json index 04c55280550..967b966e44e 100644 --- a/homeassistant/components/iron_os/strings.json +++ b/homeassistant/components/iron_os/strings.json @@ -128,8 +128,8 @@ "temp_unit": { "name": "Temperature display unit", "state": { - "celsius": "Celsius (C°)", - "fahrenheit": "Fahrenheit (F°)" + "celsius": "Celsius (°C)", + "fahrenheit": "Fahrenheit (°F)" } }, "desc_scroll_speed": {