浏览代码

Clarify Enable SMB Always Verbose Hint

tmhastings 1 年之前
父节点
当前提交
dd3a7ac1a4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      FreeAPS/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

+ 2 - 1
FreeAPS/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

@@ -36,8 +36,9 @@ extension SMBSettings {
                     verboseHint: VStack(alignment: .leading, spacing: 10) {
                         Text("Default: OFF").bold()
                         Text(
-                            "When enabled, Super Micro Boluses (SMBs) will always be allowed if dosing calculations determine insulin is needed via the SMB delivery method, except in instances where a high Temp Target is set."
+                            "When enabled, Super Micro Boluses (SMBs) will always be allowed if dosing calculations determine insulin is needed via the SMB delivery method, except when a high Temp Target is set. Enabling SMB Always will remove redundant \"Enable SMB\" options when this setting is enacted."
                         )
+                        Text("Note: If you would like to allow SMBs when a high Temp Target is set, enable the \"Allow SMBs with High Temptarget\" setting.)
                     },
                     headerText: "Super-Micro-Bolus"
                 )