Fix swapped letter order in "°F" and "°C" temperature units (#134750)

Fixes the wrong order "F°" and "C°" for the temperature units.
This commit is contained in:
Norbert Rittel 2025-01-05 10:43:32 +01:00 committed by Franck Nijhof
parent b461bc2fb5
commit 538a2ea057
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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": {