mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
Fix mistake in process mail error string
This commit is contained in:
parent
b8bdc10f25
commit
a499905605
2 changed files with 3 additions and 3 deletions
|
|
@ -8328,8 +8328,8 @@
|
|||
<context context-type="linenumber">227</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="7791404602013192397" datatype="html">
|
||||
<source>Error processing mail account "<x id="PH" equiv-text="account.name"/>")</source>
|
||||
<trans-unit id="3138185874003827652" datatype="html">
|
||||
<source>Error processing mail account "<x id="PH" equiv-text="account.name"/>"</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/components/manage/mail/mail.component.ts</context>
|
||||
<context context-type="linenumber">232</context>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue