Sfoglia il codice sorgente

Fix capitalization

Mike Plante 3 mesi fa
parent
commit
41194b772e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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