소스 검색

Update WatchConfigGarminView.swift

Fixes typo in Garmin Configuration Verbose Hint
tmhastings 1 년 전
부모
커밋
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()