Skip to content

Commit b89ad6c

Browse files
Andrewjeskarazor-x
andauthored
Update src/lib/ui/thermostat/ClimateSettingStatus.tsx
Co-authored-by: Evan Sosenko <[email protected]>
1 parent 6a5367f commit b89ad6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/ui/thermostat/ClimateSettingStatus.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function Content(props: {
8282
}
8383

8484
const t = {
85-
degreeFahrenheit: `\u00b0F`,
86-
degreeCelsius: `\u00b0C`,
85+
degreeFahrenheit: '°F',
86+
degreeCelsius: '°C',
8787
off: 'Off',
8888
}

0 commit comments

Comments
 (0)