From 20b55e7061e363e4a0d91e059a4d966452400cb0 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Sun, 9 Nov 2025 19:38:46 +0000
Subject: [PATCH] Rebrand user-facing elements from Paperless-ngx to
IntelliDocs
Co-authored-by: dawnsystem <42047891+dawnsystem@users.noreply.github.com>
---
src-ui/src/app/app.component.ts | 10 +++++-----
.../app/components/admin/config/config.component.html | 2 +-
.../components/admin/settings/settings.component.html | 2 +-
.../mail-rule-edit-dialog.component.html | 2 +-
.../system-status-dialog.component.html | 2 +-
.../welcome-widget/welcome-widget.component.html | 6 +++---
.../manage/workflows/workflows.component.html | 2 +-
src-ui/src/environments/environment.prod.ts | 2 +-
src-ui/src/environments/environment.ts | 2 +-
src-ui/src/index.html | 2 +-
src-ui/src/manifest.webmanifest | 6 +++---
11 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/src-ui/src/app/app.component.ts b/src-ui/src/app/app.component.ts
index b782e62b5..dcc35a7c8 100644
--- a/src-ui/src/app/app.component.ts
+++ b/src-ui/src/app/app.component.ts
@@ -92,7 +92,7 @@ export class AppComponent implements OnInit, OnDestroy {
)
) {
this.toastService.show({
- content: $localize`Document ${status.filename} was added to Paperless-ngx.`,
+ content: $localize`Document ${status.filename} was added to IntelliDocs.`,
delay: 10000,
actionName: $localize`Open document`,
action: () => {
@@ -101,7 +101,7 @@ export class AppComponent implements OnInit, OnDestroy {
})
} else {
this.toastService.show({
- content: $localize`Document ${status.filename} was added to Paperless-ngx.`,
+ content: $localize`Document ${status.filename} was added to IntelliDocs.`,
delay: 10000,
})
}
@@ -131,7 +131,7 @@ export class AppComponent implements OnInit, OnDestroy {
)
) {
this.toastService.show({
- content: $localize`Document ${status.filename} is being processed by Paperless-ngx.`,
+ content: $localize`Document ${status.filename} is being processed by IntelliDocs.`,
delay: 5000,
})
}
@@ -182,7 +182,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 its 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, IntelliDocs will start training its machine learning algorithms.`,
route: '/dashboard',
},
{
@@ -249,7 +249,7 @@ export class AppComponent implements OnInit, OnDestroy {
content:
$localize`There are tons 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.` +
'
' +
- $localize`Lastly, on behalf of every contributor to this community-supported project, thank you for using Paperless-ngx!`,
+ $localize`Lastly, on behalf of every contributor to this community-supported project, thank you for using IntelliDocs!`,
route: '/dashboard',
isOptional: false,
backdropConfig: {
diff --git a/src-ui/src/app/components/admin/config/config.component.html b/src-ui/src/app/components/admin/config/config.component.html
index e1d7340a6..5b8edb00b 100644
--- a/src-ui/src/app/components/admin/config/config.component.html
+++ b/src-ui/src/app/components/admin/config/config.component.html
@@ -1,7 +1,7 @@
Only applies to the Paperless-ngx PDF viewer.
+Only applies to the IntelliDocs PDF viewer.
diff --git a/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html b/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html index afe6c2ab9..f610dd928 100644 --- a/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html +++ b/src-ui/src/app/components/common/edit-dialog/mail-rule-edit-dialog/mail-rule-edit-dialog.component.html @@ -24,7 +24,7 @@Paperless will only process mails that match all of the criteria specified below.
+IntelliDocs will only process mails that match all of the criteria specified below.
You're ready to start uploading documents! Explore the various features of this web app on your own, or start a quick tour using the button below.
-More detail on how to use and configure Paperless-ngx is always available in the documentation.
+More detail on how to use and configure IntelliDocs is always available in the documentation.
Thanks for being a part of the Paperless-ngx community!
+Thanks for being a part of the IntelliDocs community!