Просмотр исходного кода

Merge pull request #143 from nightscout/tmhastings-tddAdjBasal

Correct pop up text for 'tddAdjBasal' from 7 days to 10 days
MikePlante1 2 лет назад
Родитель
Сommit
96dd91780b

+ 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