diff --git a/apps/documents/forms.py b/apps/documents/forms.py index 5c6c78f9c4..e3c2529db5 100644 --- a/apps/documents/forms.py +++ b/apps/documents/forms.py @@ -67,7 +67,7 @@ class StagingDocumentForm(forms.Form): required=False, label=_(u'Document type available filenames')) - staging_file_id = forms.ChoiceField() + staging_file_id = forms.ChoiceField(label=_(u'Staging file')) class DocumentTypeSelectForm(forms.Form):