소스 검색

Changed from 1 to 3 minutes in help text.

Jonas Björkert 1 년 전
부모
커밋
a9e3ac072e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      LoopFollow/BackgroundRefresh/BackgroundRefreshSettingsView.swift

+ 1 - 1
LoopFollow/BackgroundRefresh/BackgroundRefreshSettingsView.swift

@@ -78,7 +78,7 @@ struct BackgroundRefreshSettingsView: View {
                         .foregroundColor(.secondary)
 
                 case .omnipodDash:
-                    Text("Requires an OmniPod DASH pod paired with this device within Bluetooth range. Provides updates once per minute and uses less battery than the silent tune method.")
+                    Text("Requires an OmniPod DASH pod paired with this device within Bluetooth range. Provides updates once every 3 minutes and uses less battery than the silent tune method.")
                         .font(.footnote)
                         .foregroundColor(.secondary)
                 }