diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index e2c77d0d1..170b9dc66 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -240,18 +240,18 @@
Document was added to Paperless-ngx.src/app/app.component.ts
- 83
+ 85src/app/app.component.ts
- 92
+ 94Open documentsrc/app/app.component.ts
- 85
+ 87src/app/components/dashboard/widgets/saved-view-widget/saved-view-widget.component.html
@@ -274,21 +274,21 @@
Could not add : src/app/app.component.ts
- 107
+ 109Document is being processed by Paperless-ngx.src/app/app.component.ts
- 122
+ 124Dashboardsrc/app/app.component.ts
- 129
+ 131src/app/components/app-frame/app-frame.component.html
@@ -307,7 +307,7 @@
Documentssrc/app/app.component.ts
- 140
+ 142src/app/components/app-frame/app-frame.component.html
@@ -342,7 +342,7 @@
Settingssrc/app/app.component.ts
- 152
+ 154src/app/components/admin/settings/settings.component.html
@@ -369,14 +369,14 @@
Prevsrc/app/app.component.ts
- 158
+ 160Nextsrc/app/app.component.ts
- 159
+ 161src/app/components/document-detail/document-detail.component.html
@@ -387,56 +387,56 @@
Endsrc/app/app.component.ts
- 160
+ 162The dashboard can be used to show saved views, such as an 'Inbox'. Those settings are found under Settings > Saved Views once you have created some.src/app/app.component.ts
- 166
+ 168Drag-and-drop documents here to start uploading or place them in the consume folder. You can also drag-and-drop documents anywhere on all other pages of the web app. Once you do, Paperless-ngx will start training its machine learning algorithms.src/app/app.component.ts
- 173
+ 175The documents list shows all of your documents and allows for filtering as well as bulk-editing. There are three different view styles: list, small cards and large cards. A list of documents currently opened for editing is shown in the sidebar.src/app/app.component.ts
- 178
+ 180The filtering tools allow you to quickly find documents using various searches, dates, tags, etc.src/app/app.component.ts
- 185
+ 187Any combination of filters can be saved as a 'view' which can then be displayed on the dashboard and / or sidebar.src/app/app.component.ts
- 191
+ 193Tags, correspondents, document types and storage paths can all be managed using these pages. They can also be created from the document edit view.src/app/app.component.ts
- 196
+ 198Manage e-mail accounts and rules for automatically importing documents.src/app/app.component.ts
- 204
+ 206src/app/components/manage/mail/mail.component.html
@@ -447,14 +447,14 @@
Workflows give you more control over the document pipeline.src/app/app.component.ts
- 212
+ 214File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process.src/app/app.component.ts
- 220
+ 222src/app/components/admin/tasks/tasks.component.html
@@ -465,28 +465,28 @@
Check out the settings for various tweaks to the web app and toggle settings for saved views.src/app/app.component.ts
- 228
+ 230Thank you! 🙏src/app/app.component.ts
- 236
+ 238There are <em>tons</em> more features and info we didn't cover here, but this should get you started. Check out the documentation or visit the project on GitHub to learn more or to report issues.src/app/app.component.ts
- 238
+ 240Lastly, on behalf of every contributor to this community-supported project, thank you for using Paperless-ngx!src/app/app.component.ts
- 240
+ 242
@@ -1437,7 +1437,7 @@
src/app/components/admin/trash/trash.component.ts
- 79
+ 77src/app/components/admin/users-groups/users-groups.component.html
@@ -2179,7 +2179,7 @@
src/app/components/admin/trash/trash.component.ts
- 77
+ 75src/app/components/admin/users-groups/users-groups.component.ts
@@ -2217,39 +2217,32 @@
63
-
- This operation will permanently delete documents in the trash.
+
+ This operation will permanently delete all documents in the trash.src/app/components/admin/trash/trash.component.ts
- 74,76
-
-
-
- all
-
- src/app/components/admin/trash/trash.component.ts
- 75,76
+ 74Document(s) deletedsrc/app/components/admin/trash/trash.component.ts
- 86
+ 84Document restoredsrc/app/components/admin/trash/trash.component.ts
- 95
+ 93Document(s) restoredsrc/app/components/admin/trash/trash.component.ts
- 104
+ 102
diff --git a/src-ui/src/app/components/admin/trash/trash.component.ts b/src-ui/src/app/components/admin/trash/trash.component.ts
index 0bf5dac9e..6ee31c094 100644
--- a/src-ui/src/app/components/admin/trash/trash.component.ts
+++ b/src-ui/src/app/components/admin/trash/trash.component.ts
@@ -71,9 +71,7 @@ export class TrashComponent implements OnDestroy {
backdrop: 'static',
})
modal.componentInstance.title = $localize`Confirm delete`
- modal.componentInstance.messageBold = $localize`This operation will permanently delete ${
- documents?.size ?? $localize`all`
- } documents in the trash.`
+ modal.componentInstance.messageBold = $localize`This operation will permanently delete all documents in the trash.`
modal.componentInstance.message = $localize`This operation cannot be undone.`
modal.componentInstance.btnClass = 'btn-danger'
modal.componentInstance.btnCaption = $localize`Delete`