Преглед изворни кода

Fix UAM zero temp warning to 60min #214

Deniz Cengiz пре 1 година
родитељ
комит
4b961ccce3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/SMBSettings/View/SMBSettingsRootView.swift

@@ -306,7 +306,7 @@ extension SMBSettings {
                         }
                         }
                         VStack(alignment: .leading, spacing: 10) {
                         VStack(alignment: .leading, spacing: 10) {
                             Text(
                             Text(
-                                "Warning: Increasing this value above 90 minutes may impact Trio's ability to effectively zero temp and prevent lows."
+                                "Warning: Increasing this value above 60 minutes may impact Trio's ability to effectively zero temp and prevent lows."
                             ).bold()
                             ).bold()
                             Text("Note: UAM SMBs must be enabled to use this limit.")
                             Text("Note: UAM SMBs must be enabled to use this limit.")
                         }
                         }