Преглед на файлове

Update TargetBehavoirRootView.swift

Update miniHints for ...Temp Target... settings descriptions
tmhastings преди 1 година
родител
ревизия
be5d81e3ea
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      FreeAPS/Sources/Modules/TargetBehavoir/View/TargetBehavoirRootView.swift

+ 5 - 5
FreeAPS/Sources/Modules/TargetBehavoir/View/TargetBehavoirRootView.swift

@@ -55,11 +55,11 @@ extension TargetBehavoir {
                         comment: "High Temp Target Raises Sensitivity"
                         comment: "High Temp Target Raises Sensitivity"
                     ),
                     ),
                     miniHint: """
                     miniHint: """
-                        A Temp Target above 110 mg/dL increases sensitivity when glucose is above target
+                        Exercise Mode
                         Default: OFF
                         Default: OFF
                         """,
                         """,
                     verboseHint: VStack {
                     verboseHint: VStack {
-                        Text("Exercise-mode").bold().italic()
+                        Text("Exercise Mode").bold().italic()
                         Text("Default: OFF").bold()
                         Text("Default: OFF").bold()
                         Text("""
                         Text("""
                             
                             
@@ -94,7 +94,7 @@ extension TargetBehavoir {
                         comment: "Low Temp Target Lowers Sensitivity"
                         comment: "Low Temp Target Lowers Sensitivity"
                     ),
                     ),
                     miniHint: """
                     miniHint: """
-                        A Temp Target below 100 mg/dL decreases sensitivity when glucose is below target
+                        Eating Soon Mode
                         Default setting: OFF
                         Default setting: OFF
                         """,
                         """,
                     verboseHint: VStack {
                     verboseHint: VStack {
@@ -102,9 +102,9 @@ extension TargetBehavoir {
                         Text("Default: OFF").bold()
                         Text("Default: OFF").bold()
                         Text("""
                         Text("""
                             
                             
-                            When this feature is enabled, setting a temporary target below 100 mg/dL will increase the autosens ratio used for ISF and basal adjustments, resulting in more insulin delivered overall. This scales with the temporary target set; the lower the temp target, the higher the autosens ratio used.
+                            When this feature is enabled, setting a temporary target below 100 mg/dL will increase the Autosens Ratio used for ISF and basal adjustments, resulting in more insulin delivered overall. This scales with the temporary target set; the lower the Temp Target, the higher the Autosens Ratio used.
                             
                             
-                            If Half Basal Exercise Target is 160, a temp target of 95 mg/dL uses an autosens ratio of 1.09. A temp target of 85 mg/dL uses an autosens ratio of 1.33.
+                            If Half Basal Exercise Target is 160, a Temp Target of 95 mg/dL uses an Autosens Ratio of 1.09. A Temp Target of 85 mg/dL uses an Autosens Ratio of 1.33.
                             
                             
                             """)
                             """)
                         Text("The effect of this can be adjusted with the Half Basal Exercise Target").italic()
                         Text("The effect of this can be adjusted with the Half Basal Exercise Target").italic()