Skip to content

Commit

Permalink
FIX error in checking new version prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradSun committed Jan 13, 2024
1 parent 857c6b2 commit 31c0834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuwaClient/ViewManager/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class ViewController: NSViewController {
infoView.informativeText = "NuwaStone \(currentVersion) is the latest version."
} else {
infoView.messageText = "You're out-of-date!"
infoView.informativeText = "Newer version \(currentVersion) is currently avaliable."
infoView.informativeText = "Newer version \(latestVersion) is currently avaliable."
infoView.addButton(withTitle: "Ignore")
infoView.addButton(withTitle: "Update")
}
Expand Down

0 comments on commit 31c0834

Please sign in to comment.