Przeglądaj źródła

Update verbose hint for Bolus Display Threshold setting

Deniz Cengiz 2 miesięcy temu
rodzic
commit
b2d3a8ea38

+ 4 - 3
Trio/Sources/Localizations/Main/Localizable.xcstrings

@@ -10179,6 +10179,7 @@
       }
     },
     "%lld h" : {
+      "extractionState" : "stale",
       "localizations" : {
         "bg" : {
           "stringUnit" : {
@@ -66899,9 +66900,6 @@
         }
       }
     },
-    "Choose whether to display the amount above every bolus indicator or just for a bigger bolus amount" : {
-
-    },
     "Choose which format you'd prefer the eA1c (estimated A1c) and GMI (Glucose Management Index) value in the statistics view as a percentage (Example: eA1c: 6.5%) or mmol/mol (Example: eA1c: 48 mmol/mol)." : {
       "localizations" : {
         "bg" : {
@@ -238922,6 +238920,9 @@
         }
       }
     },
+    "This setting controls which bolus amount labels are shown on Trio’s main chart. Boluses appear as blue upside-down triangles, with a number showing the amount. Depending on the option you choose, only boluses at or above that amount will show a label. For example, if you choose ‘0.5 U and over’, only boluses of 0.5 U or more will show a label." : {
+
+    },
     "This setting defines the maximum amount of Carbs On Board (COB) at any given time for Trio to use in dosing calculations. If more carbs are entered than allowed by this limit, Trio will cap the current COB in calculations to Max COB and remain at max until all remaining carbs have shown to be absorbed." : {
       "localizations" : {
         "bg" : {

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

@@ -217,7 +217,7 @@ extension UserInterfaceSettings {
                                         AnyView(
                                             VStack(alignment: .leading) {
                                                 Text(
-                                                    "Choose whether to display the amount above every bolus indicator or just for a bigger bolus amount"
+                                                    "This setting controls which bolus amount labels are shown on Trio’s main chart. Boluses appear as blue upside-down triangles, with a number showing the amount. Depending on the option you choose, only boluses at or above that amount will show a label. For example, if you choose ‘0.5 U and over’, only boluses of 0.5 U or more will show a label."
                                                 )
                                             }
                                         )