tmhastings пре 1 година
родитељ
комит
0f241f63fd

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

@@ -410,8 +410,8 @@ extension UserInterfaceSettings {
                     units: state.units,
                     type: .boolean,
                     label: "Standing / Laying TIR Chart",
-                    miniHint: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr.",
-                    verboseHint: Text("Standing / Laying TIR Chart… bla bla bla")
+                    miniHint: "Select a vertical chart or horizontal chart to display your Time in Range Statistics",
+                    verboseHint: Text("Select a vertical / standing chart by turning this feature OFF \n\nSelect a horizontal / laying chart by turning this feature ON")
                 )
 
                 SettingInputSection(
@@ -429,8 +429,8 @@ extension UserInterfaceSettings {
                     type: .conditionalDecimal("carbsRequiredThreshold"),
                     label: "Show Carbs Required Badge",
                     conditionalLabel: "Carbs Required Threshold",
-                    miniHint: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr.",
-                    verboseHint: Text("Show Carbs Required Badge… bla bla bla"),
+                    miniHint: "Show carbs required as a notification badge on the home screen",
+                    verboseHint: Text("Turning this on will show the grams of carbs needed to prevent a low as a notification badge on the Trio home screen located above the main icon"),
                     headerText: "Carbs Required Badge"
                 )
             }

+ 4 - 4
FreeAPS/Sources/Modules/WatchConfig/View/WatchConfigAppleWatchView.swift

@@ -87,8 +87,8 @@ struct WatchConfigAppleWatchView: View {
                 units: state.units,
                 type: .boolean,
                 label: "Show Protein and Fat",
-                miniHint: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr.",
-                verboseHint: Text("Show Protein and Fat… bla bla bla")
+                miniHint: "Show protein and fat on the Apple Watch",
+                verboseHint: Text("When enabled, protein and fat will show in the carb entry screen of the Apple Watch")
             )
 
             SettingInputSection(
@@ -105,8 +105,8 @@ struct WatchConfigAppleWatchView: View {
                 units: state.units,
                 type: .boolean,
                 label: "Confirm Bolus Faster",
-                miniHint: "Lorem ipsum dolor sit amet, consetetur sadipscing elitr.",
-                verboseHint: Text("Confirm Bolus Faster… bla bla bla")
+                miniHint: "Removes validation for boluses sent from the paired apple watch",
+                verboseHint: Text("Enabling this feature removes the confirmation / validation step to initiate a bolus faster from the watch.")
             )
         }
         .sheet(isPresented: $shouldDisplayHint) {