diff --git a/src/services/exportService.ts b/src/services/exportService.ts index 120bfb155..43b7e3dd1 100644 --- a/src/services/exportService.ts +++ b/src/services/exportService.ts @@ -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);