From b49359830480f578b6ccf69c3258b1e948d4190f Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 4 May 2020 02:05:51 -0400 Subject: [PATCH] changed wording --- electron/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/src/index.js b/electron/src/index.js index 6c32f19..7e9e8e6 100644 --- a/electron/src/index.js +++ b/electron/src/index.js @@ -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){