Skip to content

Commit

Permalink
changed wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmichels committed May 4, 2020
1 parent 0612484 commit b493598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ autoUpdater.on('update-downloaded',(event, releaseNotes, releaseName, releaseDat
buttons: ['Restart','Later'],
title: 'Application Update',
message: process.platform === 'win32' ? releaseNotes : releaseName,
detail: 'A new version has been downloaded. Exit the application to apply the updates.'
detail: 'A new version has been downloaded. Click restart to apply the update.'
}
let index = dialog.showMessageBoxSync(dialogOpts);
if(index===0){
Expand Down

0 comments on commit b493598

Please sign in to comment.