Jon Mårtensson 4 yıl önce
ebeveyn
işleme
1de1e282b2

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

@@ -120,11 +120,11 @@ extension PreferencesEditor {
                     settable: self
                 ),
                 Field(
-                    displayName: "Use logaritmic formula",
+                    displayName: "Use logarithmic formula",
                     type: .boolean(keypath: \.useNewFormula),
                     infoText: NSLocalizedString(
-                        "Use logaritmic formula",
-                        comment: "Use logaritmic formula"
+                        "Use logarithmic formula",
+                        comment: "Use logarithmic formula"
                     ),
                     settable: self
                 )