Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Remove v from download message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Schmeisser committed Jul 31, 2016
1 parent f98f628 commit a3235f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/update.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Update {
defaultId: 1,
cancelId: 0,
title: 'Zazu Updater',
message: 'Zazu v' + updateVersion + ' is available for download!',
message: 'Zazu ' + updateVersion + ' is available for download!',
detail: 'Click download to get the newest version of Zazu!',
}, (response) => {
if (response === 1) {
Expand Down

0 comments on commit a3235f7

Please sign in to comment.