Ivan Valkou 5 سال پیش
والد
کامیت
13c7ce72db
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      FreeAPS/Resources/Config.xcconfig
  2. 1 1
      FreeAPS/Sources/Modules/Bolus/View/BolusRootView.swift

+ 1 - 1
FreeAPS/Resources/Config.xcconfig

@@ -1 +1 @@
-BUILD_VERSION = 0.1.10
+BUILD_VERSION = 0.1.10.1

+ 1 - 1
FreeAPS/Sources/Modules/Bolus/View/BolusRootView.swift

@@ -65,7 +65,7 @@ extension Bolus {
                             label: { Text("Continue without bolus") }
                             label: { Text("Continue without bolus") }
                         } else {
                         } else {
                             Button { viewModel.addWithoutBolus() }
                             Button { viewModel.addWithoutBolus() }
-                            label: { Text("Add insulin without actual bolusing") }
+                            label: { Text("Add insulin without actually bolusing") }
                         }
                         }
                     }
                     }
                 }
                 }