diff --git a/mayan/apps/redactions/models.py b/mayan/apps/redactions/models.py index e47ccef411..06af3f4c20 100644 --- a/mayan/apps/redactions/models.py +++ b/mayan/apps/redactions/models.py @@ -13,3 +13,5 @@ from mayan.apps.converter.models import Transformation class Redaction(Transformation): class Meta: proxy = True + verbose_name = _('Redaction') + verbose_name_plural = _('Redactions')