|
@@ -435,9 +435,6 @@ enum DeliveryLimitSubstep: Int, CaseIterable, Identifiable {
|
|
|
Text(
|
|
Text(
|
|
|
"This is the maximum basal rate allowed to be set or scheduled. This applies to both automatic and manual basal rates."
|
|
"This is the maximum basal rate allowed to be set or scheduled. This applies to both automatic and manual basal rates."
|
|
|
)
|
|
)
|
|
|
- Text(
|
|
|
|
|
- "Note to Medtronic Pump Users: You must also manually set the max basal rate on the pump to this value or higher."
|
|
|
|
|
- )
|
|
|
|
|
}
|
|
}
|
|
|
case .maxCOB:
|
|
case .maxCOB:
|
|
|
return VStack(alignment: .leading, spacing: 8) {
|
|
return VStack(alignment: .leading, spacing: 8) {
|