Procházet zdrojové kódy

fixed weight in inches

Josh před 4 roky
rodič
revize
d166ee1c51
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',