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