Explorar el Código

fixed weight in inches

Josh hace 4 años
padre
commit
d166ee1c51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',