Jon Mårtensson il y a 3 ans
Parent
commit
13eb52d7f9

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

@@ -1278,7 +1278,7 @@ Enact a temp Basal or a temp target */
 "Override HbA1c unit" = "Override HbA1c unit";
 
 /* Description for Override HbA1c unit */
-"Display '%' as HbA1c unit, even when using mmol/l for glucose. The unit in statPanel will be updateded with next statistics.json update" = "Display '%' as HbA1c unit, even when using mmol/l for glucose. StatPanel will be updated with new unit with next statistics.json update";
+"Change deafult HbA1c unit in statPanlel. The unit in statPanel will be updateded with next statistics.json update" = "Change deafult HbA1c unit in statPanlel. The unit in statPanel will be updateded with next statistics.json update";
 
  /* --------------------------------------
 

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

@@ -1271,7 +1271,7 @@ Enact a temp Basal or a temp target */
 "Override HbA1c unit" = "Ändra HbA1c-enhet";
 
 /* Description for Override HbA1c unit */
-"Display '%' as HbA1c unit, even when using mmol/l for glucose. The unit in statPanel will be updateded with next statistics.json update" = "Visa '%' som HbA1c-enhet, även när du använder mmol/l för blodsocker. Enheten kommer att uppdateras nästa gång filen statistics.json uppdateras";
+"Change deafult HbA1c unit in statPanlel. The unit in statPanel will be updateded with next statistics.json update" = "Ändra HbA1c-enhet. Enheten kommer att uppdateras nästa gång filen statistics.json uppdateras";
 
 /* --------------------------------------
 

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

@@ -96,7 +96,7 @@ extension PreferencesEditor {
                     ),
                     type: .boolean(keypath: \.overrideHbA1cUnit),
                     infoText: NSLocalizedString(
-                        "Display '%' as HbA1c unit, even when using mmol/l for glucose. The unit in statPanel will be updateded with next statistics.json update",
+                        "Change deafult HbA1c unit in statPanlel. The unit in statPanel will be updateded with next statistics.json update",
                         comment: "Description for Override HbA1c unit"
                     ),
                     settable: self