Skip to content

Commit

Permalink
#35: Add a check for update solution
Browse files Browse the repository at this point in the history
- Improve wording
  • Loading branch information
Timac committed Apr 12, 2024
1 parent b4c4c09 commit 85089c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VPNStatus/CheckForUpdate/ACCheckForUpdateView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public struct ACCheckForUpdateView: View {
NSApplication.shared.keyWindow?.close()
}

Button("Install Update") {
Button("Download Update") {
if let url = URL(string: "https://github.com/Timac/VPNStatus/releases") {
NSWorkspace.shared.open(url)
}
Expand Down

0 comments on commit 85089c0

Please sign in to comment.