Jon B.M 4 лет назад
Родитель
Сommit
c6e963f160

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

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