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
Copy file name to clipboardExpand all lines: LoopKitUI/Views/Information Screens/BasalRatesInformationView.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public struct BasalRatesInformationView: View {
37
37
Text(LocalizedString("Your Basal Rate of insulin is the number of units per hour that you want to use to cover your background insulin needs.", comment:"Information about basal rates"))
38
38
Text(String(format:LocalizedString("%1$@ supports 1 to %2$@ rates per day.", comment:"Information about max number of basal rates (1: app name) (2: maximum schedule entry count)"), appName,String(describing: maximumScheduleEntryCount)))
39
39
Text(LocalizedString("The schedule starts at midnight and cannot equal 0 U/day.", comment:"Information about basal rate scheduling"))
Copy file name to clipboardExpand all lines: LoopKitUI/Views/Information Screens/DeliveryLimitsInformationView.swift
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public struct DeliveryLimitsInformationView: View {
50
50
Text(LocalizedString("Some users choose a value 2, 3, or 4 times their highest scheduled basal rate.", comment:"Information about typical maximum basal rates"))
51
51
Text(LocalizedString("Work with your healthcare provider to choose a value that is higher than your highest scheduled basal rate, but as conservative or aggressive as you feel comfortable.", comment:"Disclaimer"))
@@ -60,7 +60,7 @@ public struct DeliveryLimitsInformationView: View {
60
60
VStack(alignment:.leading, spacing:20){
61
61
Text(String(format:LocalizedString("Maximum Bolus is the highest bolus amount that you will allow %1$@ to recommend at one time to cover carbs or bring down high glucose.", comment:"Information about maximum bolus (1: app name)"), appName))
Copy file name to clipboardExpand all lines: LoopKitUI/Views/Information Screens/InsulinSensitivityInformationView.swift
+1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ public struct InsulinSensitivityInformationView: View {
38
38
Text(LocalizedString("You can add different insulin sensitivities for different times of day by using the ➕.", comment:"Description of how to add a ratio"))
Copy file name to clipboardExpand all lines: MockKit/UnfinalizedDose.swift
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public struct UnfinalizedDose: RawRepresentable, Equatable, CustomStringConverti
37
37
publicvarunits:Double
38
38
varscheduledUnits:Double? // Tracks the scheduled units, as boluses may be canceled before finishing, at which point units would reflect actual delivered volume.
39
39
varscheduledTempRate:Double? // Tracks the original temp rate, as during finalization the units are discretized to pump pulses, changing the actual rate
0 commit comments