diff --git a/Display/src/app/components/weather/current/weather-current.component.html b/Display/src/app/components/weather/current/weather-current.component.html index 874c688..f1210cf 100644 --- a/Display/src/app/components/weather/current/weather-current.component.html +++ b/Display/src/app/components/weather/current/weather-current.component.html @@ -15,7 +15,7 @@ - Heat Index + Heat index {{ latestReading.HeatIndex.toFixed(2) }}°F @@ -23,7 +23,7 @@ - Wind Chill + Wind chill {{ latestReading.WindChill.toFixed(2) }}°F @@ -52,7 +52,7 @@ {{ (latestReading.Pressure / 33.864 / 100).toFixed(2) }}" - +