Skip to content

Commit

Permalink
Remove "Siri" from the siri intent description
Browse files Browse the repository at this point in the history
- App Store Connect is complaining about it
  • Loading branch information
paulplant committed Jun 3, 2024
1 parent f072085 commit d7fe1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdrip/GlucoseIntent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct GlucoseIntent: AppIntent {
}

static var description: IntentDescription? {
IntentDescription("Have Siri say your blood glucose level.", categoryName: "Information")
IntentDescription("Ask to read out your blood glucose level.", categoryName: "Information")
}

@MainActor
Expand Down

0 comments on commit d7fe1ae

Please sign in to comment.