diff --git a/src/documents/templates/index.html b/src/documents/templates/index.html
index b8f60a9a5..538c0dded 100644
--- a/src/documents/templates/index.html
+++ b/src/documents/templates/index.html
@@ -6,7 +6,7 @@
- Paperless-ng
+ Paperless-ngx
@@ -19,7 +19,7 @@
- {% translate "Paperless-ng is loading..." %}
+ {% translate "Paperless-ngx is loading..." %}
diff --git a/src/documents/templates/registration/logged_out.html b/src/documents/templates/registration/logged_out.html
index cf38a38d2..5a059652a 100644
--- a/src/documents/templates/registration/logged_out.html
+++ b/src/documents/templates/registration/logged_out.html
@@ -11,7 +11,7 @@
- {% translate "Paperless-ng signed out" %}
+ {% translate "Paperless-ngx signed out" %}
diff --git a/src/documents/templates/registration/login.html b/src/documents/templates/registration/login.html
index 443452f2b..d9ff86a78 100644
--- a/src/documents/templates/registration/login.html
+++ b/src/documents/templates/registration/login.html
@@ -12,7 +12,7 @@
- {% translate "Paperless-ng sign in" %}
+ {% translate "Paperless-ngx sign in" %}
diff --git a/src/paperless/urls.py b/src/paperless/urls.py
index a8c1ed645..510e624d1 100644
--- a/src/paperless/urls.py
+++ b/src/paperless/urls.py
@@ -132,8 +132,8 @@ websocket_urlpatterns = [
]
# Text in each page's (and above login form).
-admin.site.site_header = "Paperless-ng"
+admin.site.site_header = "Paperless-ngx"
# Text at the end of each page's .
-admin.site.site_title = "Paperless-ng"
+admin.site.site_title = "Paperless-ngx"
# Text at the top of the admin index page.
-admin.site.index_title = _("Paperless-ng administration")
+admin.site.index_title = _("Paperless-ngx administration")