Skip to content

Commit

Permalink
chore: message improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishchit14 committed Mar 4, 2024
1 parent db67bb3 commit 64e38c3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/firecamp-electron/src/updater/dialogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ const showUpdateDownloadedMacDialog = (win: any) => {
dialog.showMessageBoxSync(win, {
type: 'question',
title: '👏️ Installed New Version',
message:
'New version has been installed successfully, You can restart the app',
detail:
// 'New updates are installed successfully, It will get reflected after app relaunch',
'Please save your unsaved tabs first if you are in-between your work.',
message: 'The new version is installed. You may now restart the app.',
detail: 'Please ensure you save any open, unsaved work before proceeding.',
buttons: ['Cancel', 'Relaunch'],
noLink: true,
});
Expand Down

0 comments on commit 64e38c3

Please sign in to comment.