mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-25 10:49:30 -05:00
Update apps.py
This commit is contained in:
parent
3e70e960f8
commit
83ca4ef69b
@ -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)")
|
||||
|
Loading…
x
Reference in New Issue
Block a user