From 5514ab618dd44fd58afdf2fde1c32510b799831b Mon Sep 17 00:00:00 2001 From: Julin S <48789920+ju-sh@users.noreply.github.com> Date: Wed, 12 Aug 2020 17:55:05 +0530 Subject: [PATCH] Fix typo Changed 'context URL' to 'content URL' since it looked like a typo. --- 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(