diff --git a/pretalx_lower_thirds/forms.py b/pretalx_lower_thirds/forms.py index 79ac844..a08e180 100644 --- a/pretalx_lower_thirds/forms.py +++ b/pretalx_lower_thirds/forms.py @@ -14,6 +14,9 @@ class LowerThirdsSettingsForm(HierarkeyForm): required=True, ) lower_thirds_info_string = forms.CharField( + help_text=_( + "Will only be shown if there's a talk running." + ), initial="", label=_("info line"), required=False,