Ivan Valkou 5 лет назад
Родитель
Сommit
13c7ce72db

+ 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") }
                         } else {
                             Button { viewModel.addWithoutBolus() }
-                            label: { Text("Add insulin without actual bolusing") }
+                            label: { Text("Add insulin without actually bolusing") }
                         }
                     }
                 }