diff --git a/mayan/apps/documents/forms.py b/mayan/apps/documents/forms.py index aa2b34bba0..d5dcd94c14 100644 --- a/mayan/apps/documents/forms.py +++ b/mayan/apps/documents/forms.py @@ -104,7 +104,7 @@ class DocumentTypeSelectForm(forms.Form): as form #1 in the document creation wizard """ document_type = forms.ModelChoiceField( - queryset=DocumentType.objects.all(), label=('Document type') + queryset=DocumentType.objects.all(), label=_('Document type') )