From ee70e7ec1243068a1cbcc8539fd8a3e1a3010418 Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Mon, 26 Apr 2021 21:34:59 +0530 Subject: [PATCH] proposals: fix typo in submission form field label Signed-off-by: Nabarun Pal --- junction/proposals/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junction/proposals/forms.py b/junction/proposals/forms.py index d53de099..17c30399 100644 --- a/junction/proposals/forms.py +++ b/junction/proposals/forms.py @@ -132,7 +132,7 @@ class ProposalForm(forms.Form): ) private_content_urls = forms.BooleanField( help_text="Check the box if you want to make your content URLs private", - label="Make the context URLs private", + label="Make the content URLs private", required=False, ) speaker_info = forms.CharField(