Fixed minor miss-spelling (#2028)
Changed millileters to milliliters. Changed case of mmol/l to mmol/L.
This commit is contained in:
parent
39e7942dce
commit
e77a7f4385
1 changed files with 4 additions and 4 deletions
|
@ -92,8 +92,8 @@ FITBIT_MEASUREMENTS = {
|
|||
"height": "centimeters",
|
||||
"weight": "stone",
|
||||
"body": "centimeters",
|
||||
"liquids": "millileters",
|
||||
"blood glucose": "mmol/l"
|
||||
"liquids": "milliliters",
|
||||
"blood glucose": "mmol/L"
|
||||
},
|
||||
"metric": {
|
||||
"duration": "milliseconds",
|
||||
|
@ -102,8 +102,8 @@ FITBIT_MEASUREMENTS = {
|
|||
"height": "centimeters",
|
||||
"weight": "kilograms",
|
||||
"body": "centimeters",
|
||||
"liquids": "millileters",
|
||||
"blood glucose": "mmol/l"
|
||||
"liquids": "milliliters",
|
||||
"blood glucose": "mmol/L"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue