Skip to content

Commit be37136

Browse files
committed
✏️ Fix a typo in IntegralRetrospectiveCorrectionSelectionView
See #2043
1 parent 7b234db commit be37136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Loop/Views/IntegralRetrospectiveCorrectionSelectionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public struct IntegralRetrospectiveCorrectionSelectionView: View {
2222

2323
Divider()
2424

25-
Text(NSLocalizedString("Integral Retrospective Correction (IRC) is an extension of the standard Retrospective Correction (RC) algorithm component in Loop, which adjusts the forecast based on the history of discrepancies between predicted and actual glucose levels.\n\nIn contrast to RC, which looks at discrepancies over the last 30 minute, with IRC, the history of discrepancies adds up over time. So continued positive discrepencies over time will result in increased dosing. If the discrepancies are negative over time, Loop will reduce dosing further.", comment: "Description of Integral Retrospective Correction toggle."))
25+
Text(NSLocalizedString("Integral Retrospective Correction (IRC) is an extension of the standard Retrospective Correction (RC) algorithm component in Loop, which adjusts the forecast based on the history of discrepancies between predicted and actual glucose levels.\n\nIn contrast to RC, which looks at discrepancies over the last 30 minutes, with IRC, the history of discrepancies adds up over time. So continued positive discrepancies over time will result in increased dosing. If the discrepancies are negative over time, Loop will reduce dosing further.", comment: "Description of Integral Retrospective Correction toggle."))
2626
.foregroundColor(.secondary)
2727
Divider()
2828

0 commit comments

Comments
 (0)