瀏覽代碼

Fix capitalization

Mike Plante 3 月之前
父節點
當前提交
41194b772e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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