소스 검색

Change label, again 😆

(cherry picked from commit a259e18a3db5347acdd3d4f677cfcbba11e6fcb7)
Jon Mårtensson 2 년 전
부모
커밋
8b9cff938b

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

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

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

@@ -55,8 +55,8 @@ extension AddCarbs {
                         proteinAndFat()
                         proteinAndFat()
                     }
                     }
                     HStack {
                     HStack {
-                        Text("Food Type").foregroundColor(.secondary)
-                        TextField("", text: $state.note)
+                        Text("Note").foregroundColor(.secondary)
+                        TextField("", text: $state.note).frame(maxWidth: .infinity, alignment: .trailing)
                     }
                     }
                     HStack {
                     HStack {
                         Button {
                         Button {