ソースを参照

Update ReviewInsulinActionView.swift

Default DIA is 10 hrs, not 6. Updated to reflect change.
tmhastings 1 年間 前
コミット
9fd8c781e5

+ 2 - 2
FreeAPS/Sources/Modules/NightscoutConfig/View/ProfileImport/ReviewInsulinActionView.swift

@@ -37,10 +37,10 @@ struct ReviewInsulinActionView: BaseView {
                 miniHint: "Number of hours insulin is active in your body.",
                 verboseHint:
                 VStack(alignment: .leading, spacing: 10) {
-                    Text("Default: 6 hours").bold()
+                    Text("Default: 10 hours").bold()
                     Text("Number of hours insulin will contribute to IOB after dosing.")
                     Text(
-                        "Tip: It is better to use Custom Peak Timing rather than use a Duration of Insulin Action (DIA) other than the default of 6 hours."
+                        "Tip: It is better to use a Custom Peak Time than to adjust Duration of Insulin Action (DIA)."
                     )
                 },
                 headerText: "Review imported DIA"