소스 검색

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"),
                     displayName: NSLocalizedString("Adjust basal", comment: "Enable adjustment of basal profile"),
                     type: .boolean(keypath: \.tddAdjBasal),
                     type: .boolean(keypath: \.tddAdjBasal),
                     infoText: NSLocalizedString(
                     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"
                         comment: "Enable adjustment of basal profile"
                     ),
                     ),
                     settable: self
                     settable: self