Skip to content

Commit 9c323d3

Browse files
authored
Merge pull request #2047 from ebouchut/fix/typo_IntegralRetrospectiveCorrectionSelectionView
✏️ Fix a typo in IntegralRetrospectiveCorrectionSelectionView
2 parents 3c3b4e0 + be37136 commit 9c323d3

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)