Ivan Valkou пре 4 година
родитељ
комит
0580780dbf

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

@@ -52,7 +52,7 @@ extension NotificationsConfig {
                         Text("Carbs Requered Threshold")
                         Spacer()
                         DecimalTextField("0", value: $state.carbsRequiredThreshold, formatter: carbsFormatter)
-                        Text("г").foregroundColor(.secondary)
+                        Text("g").foregroundColor(.secondary)
                     }
                 }
             }