Skip to content

Commit

Permalink
Change copy for NetP shortcut.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Oct 17, 2023
1 parent e15e3d7 commit 9d98e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

let items = [
UIApplicationShortcutItem(type: ShortcutKey.openVPNSettings,
localizedTitle: "Open VPN Settings",
localizedTitle: "Open DuckDuckGo VPN",
localizedSubtitle: nil,
icon: UIApplicationShortcutIcon(templateImageName: "VPN-16"),
userInfo: nil)
Expand Down

0 comments on commit 9d98e82

Please sign in to comment.