Skip to content

Commit

Permalink
Merge pull request #2047 from ebouchut/fix/typo_IntegralRetrospective…
Browse files Browse the repository at this point in the history
…CorrectionSelectionView

✏️  Fix a typo in IntegralRetrospectiveCorrectionSelectionView
  • Loading branch information
ps2 authored Aug 17, 2023
2 parents 3c3b4e0 + be37136 commit 9c323d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public struct IntegralRetrospectiveCorrectionSelectionView: View {

Divider()

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."))
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."))
.foregroundColor(.secondary)
Divider()

Expand Down

0 comments on commit 9c323d3

Please sign in to comment.