Просмотр исходного кода

Update WatchConfigGarminView.swift

Fixes typo in Garmin Configuration Verbose Hint
tmhastings 1 год назад
Родитель
Сommit
60abcbd117
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Sources/Modules/WatchConfig/View/WatchConfigGarminView.swift

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

@@ -47,7 +47,7 @@ struct WatchConfigGarminView: View {
                                     selectedVerboseHint =
                                     selectedVerboseHint =
                                         AnyView(
                                         AnyView(
                                             Text(
                                             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()
                                     shouldDisplayHint.toggle()