Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 7b8f525

Browse files
committed
Fix update message
1 parent f4d48d5 commit 7b8f525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ autoUpdater.on('update-downloaded', () => {
148148
type: 'question',
149149
buttons: ['Install', 'Later'],
150150
title: 'Update available',
151-
message: 'Restart the app and install the update?',
151+
message: 'An update is available. Restart the app and install?',
152152
};
153153
dialog.showMessageBox(win, opt, choice => {
154154
if (choice !== 0) return;

0 commit comments

Comments
 (0)