Jon B.M 4 سال پیش
والد
کامیت
c6e963f160
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      FreeAPS/Sources/Modules/NotificationsConfig/View/NotificationsConfigRootView.swift

+ 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)