mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-04 21:06:20 -05:00
Update apps.py
This commit is contained in:
@@ -4,8 +4,4 @@ from django.utils.translation import gettext_lazy as _
|
|||||||
|
|
||||||
class DocumentsConfig(AppConfig):
|
class DocumentsConfig(AppConfig):
|
||||||
name = "documents"
|
name = "documents"
|
||||||
|
verbose_name = _("Documents (legacy)")
|
||||||
verbose_name = _("Documents")
|
|
||||||
|
|
||||||
def ready(self):
|
|
||||||
AppConfig.ready(self)
|
|
||||||
|
Reference in New Issue
Block a user