From 4cce08b5be8fd86e9010a4d25d8a8fa4d633709e Mon Sep 17 00:00:00 2001 From: Sarath M S Date: Mon, 29 Jun 2020 12:44:06 -0400 Subject: [PATCH] Update text for update available notification --- main/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/index.js b/main/index.js index 00f2158c..5b37c3f5 100644 --- a/main/index.js +++ b/main/index.js @@ -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 => {