Fix mistake in process mail error string

This commit is contained in:
shamoon
2025-02-06 23:10:19 -08:00
parent b8bdc10f25
commit a499905605
2 changed files with 3 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ export class MailComponent
},
error: (e) => {
this.toastService.showError(
$localize`Error processing mail account "${account.name}")`,
$localize`Error processing mail account "${account.name}"`,
e
)
},