Add verbose name for the Redaction model
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user