Skip to content

Commit 2a73f96

Browse files
authored
Update src/program/models.py
1 parent 1ebdfc5 commit 2a73f96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/program/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ class EventProposal(ExportModelOperationsMixin("event_proposal"), UserSubmittedM
546546

547547
allow_video_streaming = models.BooleanField(
548548
default=False,
549-
help_text="Uncheck if you do not want the event streamed (only if recording is unchecked!).",
549+
help_text="Uncheck if you do not want the event live streamed.",
550550
)
551551

552552
duration = models.IntegerField(

0 commit comments

Comments
 (0)