mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Update -ngx in django templates / urls
This commit is contained in:
parent
f3cda7d551
commit
0f804937f7
4 changed files with 7 additions and 7 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue