This commit is contained in:
Milos Kozak 2017-06-19 14:52:54 +02:00
commit 6eed701310

View file

@ -247,7 +247,7 @@ public class Profile {
} }
public String getIcList() { public String getIcList() {
return getValuesList(ic, null, new DecimalFormat("0.0"), getUnits() + "/U"); return getValuesList(ic, null, new DecimalFormat("0.0"), " g/U");
} }
public Double getBasal() { public Double getBasal() {