Skip to content

Commit

Permalink
Minor grammatical fix in 'Install Updates' message
Browse files Browse the repository at this point in the history
  • Loading branch information
connorads committed Dec 29, 2019
1 parent d8fd04c commit 021ebd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/altair-electron/src/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ autoUpdater.on('update-not-available', () => {
autoUpdater.on('update-downloaded', () => {
dialog.showMessageBox({
title: 'Install Updates',
message: 'Updates downloaded, application will be quit for update...'
message: 'Updates downloaded, application will now exit to update.'
}, () => {
setImmediate(() => autoUpdater.quitAndInstall());
});
Expand Down

0 comments on commit 021ebd5

Please sign in to comment.