@@ -962,6 +962,9 @@ Enact a temp Basal or a temp target */
/* */
"Carbs" = "Carbs";
+/* Food Type */
+"Food Type" = "Food Type";
+
"Temp Basal" = "Temp Basal";
@@ -55,7 +55,7 @@ extension AddCarbs {
proteinAndFat()
}
HStack {
- Text("Note").foregroundColor(.secondary)
+ Text("Food Type").foregroundColor(.secondary)
TextField("", text: $state.note)