Browse Source

fixed weight in inches

Josh 4 years ago
parent
commit
d166ee1c51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      storage/sections/vitals/default.php

+ 1 - 1
storage/sections/vitals/default.php

@@ -1,7 +1,7 @@
 <?php
 
 $vitalMap = [
-    'heightInches' => 'Ht. (in.)',
+    'heightInInches' => 'Ht. (in.)',
     'weightPounds' => 'Wt. (lbs.)',
     'temperatureF' => 'Temp. (F)',
     'pulseRatePerMinute' => 'Pulse',