Преглед изворни кода

Update UserInterfaceSettingsRootView.swift

Corrects TINS verbose hint
tmhastings пре 1 година
родитељ
комит
2e915e7057

+ 1 - 1
FreeAPS/Sources/Modules/UserInterfaceSettings/View/UserInterfaceSettingsRootView.swift

@@ -413,7 +413,7 @@ extension UserInterfaceSettings {
                                                 VStack(alignment: .leading, spacing: 5) {
                                                     Text("Total Insulin in Scope:").bold()
                                                     Text(
-                                                        "Displays the total insulin administered since midnight, both basal and bolus."
+                                                        "Displays the total insulin administered above your profile basal rate within the timeframe selected on the home screen."
                                                     )
                                                 }
                                             }