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.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 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,
},