Jelajahi Sumber

Corrections

Jon Mårtensson 4 tahun lalu
induk
melakukan
d9a80e11de

+ 1 - 1
FreeAPS/Sources/Localizations/Main/de.lproj/Localizable.strings

@@ -546,4 +546,4 @@ Enact a temp Basal or a temp target */
 "OpenAPS other settings" = "OpenAPS other settings";
 
 /* Auto-ISF settings */
-"Auto-ISF settings" = "Auto-ISF settings";
+"Auto ISF settings" = "Auto ISF settings";

+ 1 - 1
FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings

@@ -546,4 +546,4 @@ Enact a temp Basal or a temp target */
 "OpenAPS other settings" = "OpenAPS other settings";
 
 /* Auto-ISF settings */
-"Auto-ISF settings" = "Auto-ISF settings";
+"Auto ISF settings" = "Auto ISF settings";

+ 1 - 1
FreeAPS/Sources/Localizations/Main/fr.lproj/Localizable.strings

@@ -546,4 +546,4 @@ Enact a temp Basal or a temp target */
 "OpenAPS other settings" = "OpenAPS other settings";
 
 /* Auto-ISF settings */
-"Auto-ISF settings" = "Auto-ISF settings";
+"Auto ISF settings" = "Auto ISF settings";

+ 1 - 1
FreeAPS/Sources/Localizations/Main/sv.lproj/Localizable.strings

@@ -546,4 +546,4 @@ Enact a temp Basal or a temp target */
 "OpenAPS other settings" = "OpenAPS andra inställningar";
 
 /* Auto-ISF settings */
-"Auto-ISF settings" = "Auto-ISF-inställningar";
+"Auto ISF settings" = "Auto-ISF-inställningar";

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

@@ -466,7 +466,7 @@ extension PreferencesEditor {
                     fields: otherSettings
                 ),
                 FieldSection(
-                    displayName: NSLocalizedString("Auto-ISF settings", comment: "Auto-ISF settings"),
+                    displayName: NSLocalizedString("Auto ISF settings", comment: "Auto ISF settings"),
                     fields: autoisfSettings
                 )
             ]