diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index b0d159d92..1d34d690e 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -347,70 +347,70 @@ The 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 - 165 + 164 The filtering tools allow you to quickly find documents using various searches, dates, tags, etc. src/app/app.component.ts - 178 + 176 Any 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 - 189 + 186 Tags, 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 - 199 + 195 File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process. src/app/app.component.ts - 209 + 204 Check out the settings for various tweaks to the web app, toggle settings for saved views or setup e-mail checking. src/app/app.component.ts - 219 + 213 Thank you! 🙏 src/app/app.component.ts - 229 + 222 There 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 - 231 + 224 Lastly, on behalf of every contributor to this community-supported project, thank you for using Paperless-ngx! src/app/app.component.ts - 233 + 226 Initiating upload... src/app/app.component.ts - 288 + 281 @@ -2070,7 +2070,7 @@ Private src/app/components/common/input/select/select.component.ts - 57 + 36 src/app/components/common/tag/tag.component.html @@ -2782,17 +2782,17 @@ - Error deleting document: + Error deleting document: src/app/components/document-detail/document-detail.component.ts - 595,597 + 591 Redo OCR confirm src/app/components/document-detail/document-detail.component.ts - 618 + 611 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2803,14 +2803,14 @@ This operation will permanently redo OCR for this document. src/app/components/document-detail/document-detail.component.ts - 619 + 612 This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 620 + 613 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2841,7 +2841,7 @@ Proceed src/app/components/document-detail/document-detail.component.ts - 622 + 615 src/app/components/document-list/bulk-editor/bulk-editor.component.ts @@ -2868,7 +2868,7 @@ Redo OCR operation will begin in the background. Close and re-open or reload this document after the operation has completed to see new content. src/app/components/document-detail/document-detail.component.ts - 630 + 623 @@ -2877,7 +2877,7 @@ )"/> src/app/components/document-detail/document-detail.component.ts - 641,643 + 634,636 @@ -4142,8 +4142,8 @@ 135 - - Update checking works by pinging the the public Github API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. + + Update checking works by pinging the public Github API for the latest release to determine whether a new version is available. Actual updating of the app must still be performed manually. src/app/components/manage/settings/settings.component.html 140,142 @@ -4907,7 +4907,7 @@ You don't have permissions to do that src/app/guards/permissions.guard.ts - 35 + 31 diff --git a/src-ui/src/app/components/manage/settings/settings.component.html b/src-ui/src/app/components/manage/settings/settings.component.html index 3357aff78..9dec8b004 100644 --- a/src-ui/src/app/components/manage/settings/settings.component.html +++ b/src-ui/src/app/components/manage/settings/settings.component.html @@ -137,7 +137,7 @@

- Update checking works by pinging the the public Github API for the latest release to determine whether a new version is available.
+ Update checking works by pinging the public Github API for the latest release to determine whether a new version is available.
Actual updating of the app must still be performed manually.