mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +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 context-type="linenumber">227</context>
|
||||||
</context-group>
|
</context-group>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="7791404602013192397" datatype="html">
|
<trans-unit id="3138185874003827652" datatype="html">
|
||||||
<source>Error processing mail account "<x id="PH" equiv-text="account.name"/>")</source>
|
<source>Error processing mail account "<x id="PH" equiv-text="account.name"/>"</source>
|
||||||
<context-group purpose="location">
|
<context-group purpose="location">
|
||||||
<context context-type="sourcefile">src/app/components/manage/mail/mail.component.ts</context>
|
<context context-type="sourcefile">src/app/components/manage/mail/mail.component.ts</context>
|
||||||
<context context-type="linenumber">232</context>
|
<context context-type="linenumber">232</context>
|
||||||
|
|
|
||||||
|
|
@ -229,7 +229,7 @@ export class MailComponent
|
||||||
},
|
},
|
||||||
error: (e) => {
|
error: (e) => {
|
||||||
this.toastService.showError(
|
this.toastService.showError(
|
||||||
$localize`Error processing mail account "${account.name}")`,
|
$localize`Error processing mail account "${account.name}"`,
|
||||||
e
|
e
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue