From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Mon, 24 Oct 2022 05:11:24 +0000 (-0700)
Subject: Grammar error, updated frontend translation
X-Git-Tag: v1.10.0-beta.rc1~1^2~45
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b01c96846e44ca17d17106c0371a02fe8fccd0e;p=thirdparty%2Fpaperless-ngx.git
Grammar error, updated frontend translation
https://crowdin.com/translate/paperless-ngx/16/en-it?filter=basic&value=0#
---
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index 3b037ff256..8260dff931 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.ts129
@@ -2507,14 +2507,14 @@
View "" saved successfully.src/app/components/document-list/document-list.component.ts
- 176
+ 170View "" 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 4ab48f32cd..1d1280eaa6 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,
},