Просмотр исходного кода

Change label and add to localised strings

Jon Mårtensson 2 лет назад
Родитель
Сommit
03d0df2ad2

+ 3 - 0
FreeAPS/Sources/Localizations/Main/en.lproj/Localizable.strings

@@ -962,6 +962,9 @@ Enact a temp Basal or a temp target */
 /* */
 "Carbs" = "Carbs";
 
+/* Food Type */
+"Food Type" = "Food Type";
+
 /* */
 "Temp Basal" = "Temp Basal";
 

+ 1 - 1
FreeAPS/Sources/Modules/AddCarbs/View/AddCarbsRootView.swift

@@ -55,7 +55,7 @@ extension AddCarbs {
                         proteinAndFat()
                     }
                     HStack {
-                        Text("Note").foregroundColor(.secondary)
+                        Text("Food Type").foregroundColor(.secondary)
                         TextField("", text: $state.note)
                     }
                     HStack {