Sjoerd Bozon преди 1 година
родител
ревизия
a023626f31

+ 3 - 2
FreeAPS/Sources/Modules/WatchConfig/View/WatchConfigAppleWatchView.swift

@@ -50,7 +50,7 @@ struct WatchConfigAppleWatchView: View {
 
                         HStack(alignment: .top) {
                             Text(
-                                "Lorem ipsum dolor sit amet, consetetur sadipscing elitr."
+                                "Show the choosen dataitem on your Apple Watch."
                             )
                             .font(.footnote)
                             .foregroundColor(.secondary)
@@ -59,7 +59,8 @@ struct WatchConfigAppleWatchView: View {
                             Button(
                                 action: {
                                     hintLabel = "Display on Watch"
-                                    selectedVerboseHint = AnyView(Text("Display on Watch… bla bla bla"))
+                                    selectedVerboseHint =
+                                        AnyView(Text("Choose which dataitem you want to display on your Apple Watch."))
                                     shouldDisplayHint.toggle()
                                 },
                                 label: {

+ 7 - 2
FreeAPS/Sources/Modules/WatchConfig/View/WatchConfigGarminView.swift

@@ -50,7 +50,7 @@ struct WatchConfigGarminView: View {
 
                         HStack(alignment: .top) {
                             Text(
-                                "Lorem ipsum dolor sit amet, consetetur sadipscing elitr."
+                                "Add a Garmin Device to Trio"
                             )
                             .font(.footnote)
                             .foregroundColor(.secondary)
@@ -59,7 +59,12 @@ struct WatchConfigGarminView: View {
                             Button(
                                 action: {
                                     hintLabel = "Add Device"
-                                    selectedVerboseHint = AnyView(Text("Add Garmin Device… bla bla bla"))
+                                    selectedVerboseHint =
+                                        AnyView(
+                                            Text(
+                                                "Add Garmin Device to Trio. Please look at the docs to see which device are supported."
+                                            )
+                                        )
                                     shouldDisplayHint.toggle()
                                 },
                                 label: {