Co-Authored-By: aug0211 <aug0211@users.noreply.github.com>
@@ -25,7 +25,7 @@ import Foundation
]
)
AppShortcut(
- intent: AddCarbPresentIntent(),
+ intent: AddCarbPresetIntent(),
phrases: [
"Add carbs in \(.applicationName)",
"\(.applicationName) allows to add carbs"
@@ -3,7 +3,7 @@ import Foundation
import Intents
import Swinject
-@available(iOS 16.0,*) struct AddCarbPresentIntent: AppIntent {
+@available(iOS 16.0,*) struct AddCarbPresetIntent: AppIntent {
// Title of the action in the Shortcuts app
static var title: LocalizedStringResource = "Add carbs"