Skip to content

Commit 03ec3d9

Browse files
committed
Merge branch 'dev' into widgets
2 parents 428eba9 + cd91f1c commit 03ec3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Loop/Views/SettingsView+algorithmExperimentsSection.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ public struct ExperimentsSettingsView: View {
5454
}
5555
Divider()
5656
VStack(alignment: .leading, spacing: 12) {
57-
Text(NSLocalizedString("Algorithm Experiments are optional modifications to the Loop Algorithm. These modifications are less tested than the standard Loop algorithm, so please use carefully.", comment: "Algorithm Experiments description."))
57+
Text(NSLocalizedString("Algorithm Experiments are optional modifications to the Loop Algorithm. These modifications are less tested than the standard Loop Algorithm, so please use carefully.", comment: "Algorithm Experiments description."))
5858
Text(NSLocalizedString("In future versions of Loop these experiments may change, end up as standard parts of the Loop Algorithm, or be removed from Loop entirely. Please follow along in the Loop Zulip chat to stay informed of possible changes to these features.", comment: "Algorithm Experiments description second paragraph."))
5959
}
6060
.foregroundColor(.secondary)
61-
61+
6262
Divider()
6363
NavigationLink(destination: GlucoseBasedApplicationFactorSelectionView(isGlucoseBasedApplicationFactorEnabled: $isGlucoseBasedApplicationFactorEnabled, automaticDosingStrategy: automaticDosingStrategy)) {
6464
ExperimentRow(

0 commit comments

Comments
 (0)