update tray message

This commit is contained in:
Abhinav 2023-03-02 13:19:36 +05:30
parent b19922212f
commit 84a2a00c61

View file

@ -277,7 +277,7 @@ class ExportService {
} else if (failedFileCount > 0) {
this.electronAPIs.sendNotification(ExportNotification.FAILED);
this.electronAPIs.showOnTray({
retry_export: `Retry failed export`,
retry_export: `Retry failed exports`,
});
} else {
this.electronAPIs.sendNotification(ExportNotification.FINISH);