Parcourir la source

Update WatchConfigGarminView.swift

Fixes typo in Garmin Configuration Verbose Hint
tmhastings il y a 1 an
Parent
commit
60abcbd117

+ 1 - 1
FreeAPS/Sources/Modules/WatchConfig/View/WatchConfigGarminView.swift

@@ -47,7 +47,7 @@ struct WatchConfigGarminView: View {
                                     selectedVerboseHint =
                                         AnyView(
                                             Text(
-                                                "Add Garmin Device to Trio. Please look at the docs to see which device are supported."
+                                                "Add Garmin Device to Trio. Please look at the docs to see which devices are supported."
                                             )
                                         )
                                     shouldDisplayHint.toggle()