diff --git a/app/main/forms.py b/app/main/forms.py index 985f50bc6..f6f2716f3 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -993,7 +993,7 @@ class ChooseBroadcastDurationForm(StripWhitespaceForm): ) finishes_at = RadioField( - 'When should this broadcast end?', + 'End time', ) diff --git a/app/templates/components/radios.html b/app/templates/components/radios.html index 477f0135c..2b3aa0a02 100644 --- a/app/templates/components/radios.html +++ b/app/templates/components/radios.html @@ -24,11 +24,12 @@ field, hint=None, wrapping_class='form-group', - show_now_as_default=True + show_now_as_default=True, + bold_legend=False ) %}