Skip to content

Commit 8dd21aa

Browse files
committed
wording
1 parent b020170 commit 8dd21aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sponsors/manage/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ class ExecuteContractForm(forms.Form):
408408

409409
signed_document = forms.FileField(
410410
label="Signed contract document",
411-
help_text="Upload the signed PDF.",
411+
help_text="Upload the signed contract (PDF or DOCX).",
412412
widget=forms.ClearableFileInput(attrs={"style": INPUT_STYLE, "accept": ".pdf,.docx"}),
413413
)
414414

0 commit comments

Comments
 (0)