This note was addressing a bug that was fixed back in #859
@@ -183433,6 +183433,7 @@
}
},
"Note to Medtronic Pump Users: You must also manually set the max basal rate on the pump to this value or higher." : {
+ "extractionState" : "stale",
"localizations" : {
"bg" : {
"stringUnit" : {
@@ -129,9 +129,6 @@ extension UnitsLimitsSettings {
Text(
"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."
- )
@@ -435,9 +435,6 @@ enum DeliveryLimitSubstep: Int, CaseIterable, Identifiable {
case .maxCOB:
return VStack(alignment: .leading, spacing: 8) {