Update Profile.java

This commit is contained in:
PoweRGbg 2017-06-19 14:39:49 +03:00 committed by GitHub
parent 6293e89be2
commit dcc7112fd8

View file

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