Przeglądaj źródła

Capitalization in bolus error when not allowed

- Capitalize and clean up sentence for bolus blocked messages
Auggie Fisher 1 rok temu
rodzic
commit
10b75bdb88

+ 1 - 1
FreeAPS/Sources/Shortcuts/Bolus/BolusIntentRequest.swift

@@ -12,7 +12,7 @@ import Foundation
         switch settingsManager.settings.bolusShortcut {
         switch settingsManager.settings.bolusShortcut {
         case .noAllowed:
         case .noAllowed:
             return LocalizedStringResource(
             return LocalizedStringResource(
-                "the bolus is not allowed with shortcuts",
+                "Bolusing is not allowed with Shortcuts",
                 table: "ShortcutsDetail"
                 table: "ShortcutsDetail"
             )
             )
         case .limitBolusMax:
         case .limitBolusMax: