diff --git a/README.md b/README.md
index f74fb15d7..5e70c8925 100644
--- a/README.md
+++ b/README.md
@@ -101,3 +101,9 @@ Please see [the wiki](https://github.com/paperless-ngx/paperless-ngx/wiki/Relate
> Document scanners are typically used to scan sensitive documents like your social insurance number, tax records, invoices, etc. **Paperless-ngx should never be run on an untrusted host** because information is stored in clear text without encryption. No guarantees are made regarding security (but we do try!) and you use the app at your own risk.
> **The safest way to run Paperless-ngx is on a local server in your own home with backups in place**.
+
+Pull Changes from Upstream: Periodically, you can fetch changes from the upstream repository to your local repository and merge them into your branch. This keeps your forked repository up to date with the latest changes from the main project.
+
+git fetch upstream
+git checkout master # Switch to your local master branch
+git merge upstream/master # Merge changes from upstream master into your local master branch
diff --git a/src-ui/src/app/components/admin/settings/settings.component.html b/src-ui/src/app/components/admin/settings/settings.component.html
index 87d7ba68a..910a5fe1c 100644
--- a/src-ui/src/app/components/admin/settings/settings.component.html
+++ b/src-ui/src/app/components/admin/settings/settings.component.html
@@ -167,7 +167,7 @@