Skip to content

Commit

Permalink
Update text for update available notification
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathms committed Jun 29, 2020
1 parent 590adfc commit 4cce08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ autoUpdater.on('checking-for-update', () => {
})

autoUpdater.on('update-available', () => {
sendStatusToWindow('Update available.', { showWindow: true })
sendStatusToWindow('A new update is available. Downloading now...', { showWindow: true })
})

autoUpdater.on('error', err => {
Expand Down

0 comments on commit 4cce08b

Please sign in to comment.