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

Remove unnecessary line break in infoText, AutoISF.

Jon Mårtensson 5 лет назад
Родитель
Сommit
9cfed94492

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

@@ -198,7 +198,7 @@ extension PreferencesEditor {
                     displayName: "Enable AutoISF",
                     keypath: \.autoisf,
                     value: preferences.autoisf,
-                    infoText: "\nDefaults to false. Adapt ISF when glucose is stuck at high levels, only works without COB.\n\nRead up on:\nhttps://github.com/ga-zelle/autoISF/tree/2.8.2",
+                    infoText: "Defaults to false. Adapt ISF when glucose is stuck at high levels, only works without COB.\n\nRead up on:\nhttps://github.com/ga-zelle/autoISF/tree/2.8.2",
                     settable: self
                 )
             ]
@@ -221,7 +221,7 @@ extension PreferencesEditor {
                     displayName: "SMB Max RangeExtension",
                     keypath: \.smbMaxRangeExtension,
                     value: preferences.smbMaxRangeExtension,
-                    infoText: "Default value: 1 This is another key OpenAPS safety cap, and specifies by what factor you can exceed the regular 120 maxSMB/maxUAM minutes. Increase this experimental value slowly and with caution.",
+                    infoText: "Default value: 1. This is another key OpenAPS safety cap, and specifies by what factor you can exceed the regular 120 maxSMB/maxUAM minutes. Increase this experimental value slowly and with caution.",
                     settable: self
                 ),
                 Field(