Add missing fl oz unit

pull/711/head
Michael Zanetti 2021-11-29 15:34:24 +01:00
parent ef3bfd6e05
commit 88112c1b73
1 changed files with 2 additions and 0 deletions

View File

@ -236,6 +236,8 @@ QString Types::toUiUnit(Types::Unit unit) const
return "mg/l";
case Types::UnitLiter:
return "l";
case Types::UnitFluidOunce:
return "fl oz";
}
return "";