Quellcode durchsuchen

Changed from 1 to 3 minutes in help text.

Jonas Björkert vor 1 Jahr
Ursprung
Commit
a9e3ac072e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)
                 }