U/h -> U
This commit is contained in:
parent
4667a047ea
commit
45c07d4106
|
@ -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)";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue