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: Loop/Models/PredictionInputEffect.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ enum PredictionInputEffect {
38
38
case.momentum:
39
39
returnNSLocalizedString("15 min glucose regression coefficient (b₁), continued with decay over 30 min", comment:"Description of the prediction input effect for glucose momentum")
40
40
case.retrospection:
41
-
returnNSLocalizedString("30 mim comparison of glucose prediction vs actual, continued with decay over 60 min", comment:"Description of the prediction input effect for retrospective correction")
41
+
returnNSLocalizedString("30 min comparison of glucose prediction vs actual, continued with decay over 60 min", comment:"Description of the prediction input effect for retrospective correction")
0 commit comments