Browse Source

Fix capitalization

Mike Plante 3 months ago
parent
commit
41194b772e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Trio/Sources/Shortcuts/Carbs/AddCarbPresetIntent.swift

+ 1 - 1
Trio/Sources/Shortcuts/Carbs/AddCarbPresetIntent.swift

@@ -46,7 +46,7 @@ struct AddCarbPresetIntent: AppIntent {
     ) var note: String?
 
     @Parameter(
-        title: "Confirm Before logging",
+        title: "Confirm Before Logging",
         description: "If toggled, you will need to confirm before logging",
         default: true
     ) var confirmBeforeApplying: Bool