Skip to content

Commit

Permalink
text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkorotkov committed Aug 26, 2021
1 parent d6bc585 commit 8f1e0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/updater.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const init = window => {
type: 'info',
title: 'Found Updates',
message: 'The new version of Elastron is available.',
buttons: ['Download', 'Later'],
buttons: ['Download Silently', 'Later'],
})

if (answer.response === 0) autoUpdater.downloadUpdate()
Expand All @@ -53,7 +53,7 @@ const init = window => {

await dialog.showMessageBox(window, {
title: 'Install Updates',
message: 'Updates downloaded, application will be quit for update...',
message: 'Updates downloaded. Application will be restarted.',
})
autoUpdater.quitAndInstall()
})
Expand Down

0 comments on commit 8f1e0bb

Please sign in to comment.