From 9b01c96846e44ca17d17106c0371a02fe8fccd0e Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 23 Oct 2022 22:11:24 -0700 Subject: [PATCH] Grammar error, updated frontend translation https://crowdin.com/translate/paperless-ngx/16/en-it?filter=basic&value=0# --- src-ui/messages.xlf | 8 ++++---- src-ui/src/app/app.component.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index 3b037ff25..8260dff93 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -305,8 +305,8 @@ 122 - - Drag-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 it's machine learning algorithms. + + Drag-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 129 @@ -2507,14 +2507,14 @@ View "" saved successfully. src/app/components/document-list/document-list.component.ts - 176 + 170 View "" created successfully. src/app/components/document-list/document-list.component.ts - 206 + 210 diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts index 4ab48f32c..1d1280eaa 100644 --- a/src-ui/src/app/app.component.ts +++ b/src-ui/src/app/app.component.ts @@ -126,7 +126,7 @@ export class AppComponent implements OnInit, OnDestroy { }, { anchorId: 'tour.upload-widget', - content: $localize`Drag-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 it's machine learning algorithms.`, + content: $localize`Drag-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.`, route: '/dashboard', enableBackdrop: true, },