Ivan Valkou 4 лет назад
Родитель
Сommit
d37967f934

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

@@ -826,7 +826,7 @@ Enact a temp Basal or a temp target */
 "Also add source info" = "Also add source info";
 
 /* */
-"Carbs Requeted Threshold" = "Carbs Requeted Threshold";
+"Carbs Required Threshold" = "Carbs Requeted Threshold";
 
 /* */
 "Carbs required: %d g" = "Carbs required: %d g";

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

@@ -825,7 +825,7 @@ Enact a temp Basal or a temp target */
 "Also add source info" = "Дополнительная информация об истонике";
 
 /* */
-"Carbs Requeted Threshold" = "Порог необходимых углеводов";
+"Carbs Required Threshold" = "Порог необходимых углеводов";
 
 /* */
 "Carbs required: %d g" = "Необходимы углеводы: %d г";

+ 1 - 1
FreeAPS/Sources/Modules/NotificationsConfig/View/NotificationsConfigRootView.swift

@@ -49,7 +49,7 @@ extension NotificationsConfig {
 
                 Section(header: Text("Other")) {
                     HStack {
-                        Text("Carbs Requeted Threshold")
+                        Text("Carbs Requered Threshold")
                         Spacer()
                         DecimalTextField("0", value: $state.carbsRequiredThreshold, formatter: carbsFormatter)
                         Text("г").foregroundColor(.secondary)