diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts index 543d2ecaa..485264b51 100644 --- a/src-ui/src/app/app.component.ts +++ b/src-ui/src/app/app.component.ts @@ -219,7 +219,7 @@ export class AppComponent implements OnInit, OnDestroy { }, { anchorId: 'tour.file-tasks', - content: $localize`File Tasks shows you documents that have been consumed, are waiting to be, or may have failed during the process.`, + content: $localize`Tasks helps you track background work, what needs attention, and what recently completed.`, route: '/tasks', backdropConfig: { offset: 0, diff --git a/src-ui/src/app/components/admin/tasks/tasks.component.html b/src-ui/src/app/components/admin/tasks/tasks.component.html index 934e9007f..5cb092543 100644 --- a/src-ui/src/app/components/admin/tasks/tasks.component.html +++ b/src-ui/src/app/components/admin/tasks/tasks.component.html @@ -1,7 +1,7 @@
diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 11a4aefe2..5184a8459 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -294,9 +294,9 @@ *pngxIfPermissions="{ action: PermissionAction.View, type: PermissionType.PaperlessTask }" tourAnchor="tour.file-tasks"> - File Tasks@if (tasksService.failedFileTasks.length > 0) { + Tasks@if (tasksService.failedFileTasks.length > 0) { {{tasksService.failedFileTasks.length}} } @if (tasksService.failedFileTasks.length > 0 && slimSidebarEnabled) {