Jon Mårtensson 3 лет назад
Родитель
Сommit
547a9d2e09

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
FreeAPS/Resources/javascript/bundle/determine-basal.js


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
FreeAPS/Resources/javascript/bundle/profile.js


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

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

+ 2 - 1
FreeAPS/Sources/Views/TagCloudView.swift

@@ -69,7 +69,8 @@ struct TagCloudView: View {
                  textTag where textTag.contains("Original formula"),
                  textTag where textTag.contains("Logarithmic formula"),
                  textTag where textTag.contains("Autosens/Dynamic Limit:"),
-                 textTag where textTag.contains("Dynamic ISF/CR"):
+                 textTag where textTag.contains("Dynamic ISF/CR"),
+                 textTag where textTag.contains("Basal ratio"):
                 return .zt
             default:
                 return .insulin