You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,27 +47,51 @@ public struct DosingStrategySelectionView: View {
190
+
@@ -45,27 +47,52 @@ public struct DosingStrategySelectionView: View {
191
191
self.internalDosingStrategy = strategy // Hack to force update. :(
192
192
}
193
193
}
@@ -207,7 +207,8 @@ index f447b032..5846654a 100644
207
207
+ VStack(alignment: .leading) {
208
208
+ Text("Modify Bolus Percentage", comment: "The title text for the Modify Bolus Percentage toggle")
209
209
+ .padding(.vertical, 0.5)
210
-
+ Text("Modify Automatic Bolus behavior: The percentage of recommended bolus delivered each cycle varies with glucose level: near correction range, use 20% (similar to Temp Basal). Gradually increase to a maximum of 80% at high glucose (200 mg/dL, 11.1 mmol/L).", comment: "Description string for Modify Bolus Percentage toggle")
210
+
+ .font(.subheadline)
211
+
+ Text("Modify Automatic Bolus behavior: This experimental feature varies the percentage of recommended bolus delivered each cycle with glucose level. Near correction range, use 20% (similar to Temp Basal). Gradually increase to a maximum of 80% at high glucose (200 mg/dL, 11.1 mmol/L).\n\nPlease be aware that during fast rising glucose, such as after an unannounced meal, this feature, combined with Loop's velocity and retrospective correction effects, may result in a larger dose than your ISF would call for.", comment: "Description string for Modify Bolus Percentage toggle")
@@ -45,27 +47,51 @@ public struct DosingStrategySelectionView: View {
190
+
@@ -45,27 +47,52 @@ public struct DosingStrategySelectionView: View {
191
191
self.internalDosingStrategy = strategy // Hack to force update. :(
192
192
}
193
193
}
@@ -207,7 +207,8 @@ index f447b032..5846654a 100644
207
207
+ VStack(alignment: .leading) {
208
208
+ Text("Modify Bolus Percentage", comment: "The title text for the Modify Bolus Percentage toggle")
209
209
+ .padding(.vertical, 0.5)
210
-
+ Text("Modify Automatic Bolus behavior: The percentage of recommended bolus delivered each cycle varies with glucose level: near correction range, use 20% (similar to Temp Basal). Gradually increase to a maximum of 80% at high glucose (200 mg/dL, 11.1 mmol/L).", comment: "Description string for Modify Bolus Percentage toggle")
210
+
+ .font(.subheadline)
211
+
+ Text("Modify Automatic Bolus behavior: This experimental feature varies the percentage of recommended bolus delivered each cycle with glucose level. Near correction range, use 20% (similar to Temp Basal). Gradually increase to a maximum of 80% at high glucose (200 mg/dL, 11.1 mmol/L).\n\nPlease be aware that during fast rising glucose, such as after an unannounced meal, this feature, combined with Loop's velocity and retrospective correction effects, may result in a larger dose than your ISF would call for.", comment: "Description string for Modify Bolus Percentage toggle")
211
212
+ .font(.footnote)
212
213
+ .foregroundColor(.secondary)
213
214
+ .fixedSize(horizontal: false, vertical: true)
@@ -306,7 +307,7 @@ index 63418ad4..9dbbfcca 100644
0 commit comments