Parcourir la source

Capitalization in bolus error when not allowed

- Capitalize and clean up sentence for bolus blocked messages
Auggie Fisher il y a 1 an
Parent
commit
10b75bdb88
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      FreeAPS/Sources/Shortcuts/Bolus/BolusIntentRequest.swift

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

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