From 82685927fa7a378bd38957b35065c174d329a468 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Wed, 22 Jul 2020 14:06:55 +0000 Subject: [PATCH] Update labels --- .../weather/current/weather-current.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) }}" - +