Skip to content

Commit

Permalink
feat(shortcuts): update AppIntents.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 4, 2024
1 parent 1a9f795 commit 5b43150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IVPNClient/Models/AppIntents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import AppIntents

@available(iOS 16, *)
struct Connect: AppIntent {
static var title = LocalizedStringResource("Connect")
static var title = LocalizedStringResource("Connect VPN")
static var description = IntentDescription("Connect to the VPN")

func perform() async throws -> some IntentResult {
Expand All @@ -38,7 +38,7 @@ struct Connect: AppIntent {

@available(iOS 16, *)
struct Disconnect: AppIntent {
static var title = LocalizedStringResource("Disconnect")
static var title = LocalizedStringResource("Disconnect VPN")
static var description = IntentDescription("Disconnect from the VPN")

func perform() async throws -> some IntentResult {
Expand Down

0 comments on commit 5b43150

Please sign in to comment.