Skip to content

Commit

Permalink
Merge branch 'bugfix/ios18-shortcuts' into beta-2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 4, 2024
2 parents ad6c62a + 5b43150 commit aaf0e20
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 aaf0e20

Please sign in to comment.