瀏覽代碼

Merge pull request #143 from nightscout/tmhastings-tddAdjBasal

Correct pop up text for 'tddAdjBasal' from 7 days to 10 days
MikePlante1 2 年之前
父節點
當前提交
96dd91780b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/PreferencesEditor/PreferencesEditorStateModel.swift

@@ -138,7 +138,7 @@ extension PreferencesEditor {
                     displayName: NSLocalizedString("Adjust basal", comment: "Enable adjustment of basal profile"),
                     type: .boolean(keypath: \.tddAdjBasal),
                     infoText: NSLocalizedString(
-                        "Enable adjustment of basal based on the ratio of current TDD / 7 day average TDD",
+                        "Enable adjustment of basal based on the ratio of current TDD / 10 day average TDD",
                         comment: "Enable adjustment of basal profile"
                     ),
                     settable: self