Add missing translation marker. Closes issue GL#201.
This commit is contained in:
@@ -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')
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user