Procházet zdrojové kódy

Introduce two new oref0 variables. When BG is high, SMB will be enabled, even when other SMB settings are off!

Jon Mårtensson před 3 roky
rodič
revize
b162322d82

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 1 - 1
FreeAPS/Resources/javascript/bundle/profile.js


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

@@ -213,11 +213,11 @@ extension PreferencesEditor {
                     settable: self
                 ),
                 Field(
-                    displayName: "Enable SMB over this BG",
+                    displayName: "... When Blood Glucose Is Over (mg/dl):",
                     type: .decimal(keypath: \.enableSMB_high_bg_target),
                     infoText: NSLocalizedString(
                         "Set the value enableSMB_high_bg will compare against to enable SMB. If BG > than this value, SMBs should enable.",
-                        comment: "Over This BG (mg/dl):"
+                        comment: "... When Blood Glucose Is Over (mg/dl):"
                     ),
                     settable: self
                 ),