Skip to content

Commit

Permalink
Update LocalPackages/NetworkProtectionMac/Sources/NetworkProtectionUI…
Browse files Browse the repository at this point in the history
…/Menu/StatusBarMenuModel.swift


Committing a fix to a typo

Co-authored-by: Sam Symons <[email protected]>
  • Loading branch information
diegoreymendez and samsymons authored Dec 22, 2023
1 parent c0db552 commit 6b63980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class StatusBarMenuModel {
}

var hideVPNMenu: NSMenuItem {
let item = NSMenuItem(title: "Don't Show VPN in Menu Bar", action: #selector(hideVPNMenuItemAction), keyEquivalent: "")
let item = NSMenuItem(title: "Dont Show VPN in Menu Bar", action: #selector(hideVPNMenuItemAction), keyEquivalent: "")
item.target = self
return item
}
Expand Down

0 comments on commit 6b63980

Please sign in to comment.