Skip to content

Commit 5480bbc

Browse files
authored
Merge pull request #589 from Lamercho/Lamercho/max-allowed-glucose-rise-SMB
Updated description of Max Allowed Glucose Rise for SMBs issue #535
2 parents 577a047 + 0f3d287 commit 5480bbc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Trio/Sources/Localizations/Main/Localizable.xcstrings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138023,7 +138023,7 @@
138023138023
}
138024138024
}
138025138025
},
138026-
"Maximum allowed positive percent change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will disable SMBs." : {
138026+
"Maximum allowed positive percent change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will only adjust Temp Basal Rate and not deliver an SMB that loop cycle." : {
138027138027
"localizations" : {
138028138028
"bg" : {
138029138029
"stringUnit" : {

Trio/Sources/Modules/Onboarding/View/OnboardingView+AlgorithmUtil.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ enum AlgorithmSettingsSubstep: Int, CaseIterable, Identifiable {
356356
return VStack(alignment: .leading, spacing: 8) {
357357
Text("Default: 20% increase").bold().foregroundStyle(Color.primary)
358358
Text(
359-
"Maximum allowed positive percent change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will disable SMBs."
359+
"Maximum allowed positive percent change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will only adjust Temp Basal Rate and not deliver an SMB that loop cycle."
360360
)
361361
Text(
362362
"This is a safety limitation to avoid high SMB doses when glucose is rising abnormally fast, such as after a meal or with a very jumpy CGM sensor."

Trio/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ extension SMBSettings {
347347
VStack(alignment: .leading, spacing: 10) {
348348
Text("Default: 20% increase").bold()
349349
Text(
350-
"Maximum allowed positive percent change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will disable SMBs."
350+
"Maximum allowed positive percent change in glucose level to permit SMBs. If the difference in glucose is greater than this, Trio will only adjust Temp Basal Rate and not deliver an SMB that loop cycle."
351351
)
352352
Text(
353353
"This is a safety limitation to avoid high SMB doses when glucose is rising abnormally fast, such as after a meal or with a very jumpy CGM sensor."

0 commit comments

Comments
 (0)