Update -ngx in django templates / urls

This commit is contained in:
Michael Shamoon
2022-03-02 11:05:34 -08:00
parent aec5c8073b
commit 6e394139f5
4 changed files with 7 additions and 7 deletions

View File

@@ -132,8 +132,8 @@ websocket_urlpatterns = [
]
# Text in each page's <h1> (and above login form).
admin.site.site_header = "Paperless-ng"
admin.site.site_header = "Paperless-ngx"
# Text at the end of each page's <title>.
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")