This commit is contained in:
AdrianLxM 2017-10-11 23:38:08 +02:00
parent 4667a047ea
commit 45c07d4106

View file

@ -68,7 +68,7 @@ public class ProfileSwitch implements Interval, DataPointWithLabelInterface {
} }
public String getCustomizedName() { public String getCustomizedName() {
String name = DecimalFormatter.to2Decimal(getProfileObject().percentageBasalSum()) + "U/h "; String name = DecimalFormatter.to2Decimal(getProfileObject().percentageBasalSum()) + "U ";
if (isCPP) { if (isCPP) {
name += "(" + percentage + "%," + timeshift + "h)"; name += "(" + percentage + "%," + timeshift + "h)";
} }