浏览代码

g for gramms

Ivan Valkou 4 年之前
父节点
当前提交
fe450c0a86
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      FreeAPS/Sources/Modules/NotificationsConfig/View/NotificationsConfigRootView.swift

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

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