Skip to content

Commit ee0e25c

Browse files
zaryatykling
andauthored
Update src/program/migrations/0106_event_video_streaming_and_more.py
Co-authored-by: Thomas Steen Rasmussen <tykling@bornhack.org>
1 parent eef0f27 commit ee0e25c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/program/migrations/0106_event_video_streaming_and_more.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Migration(migrations.Migration):
2828
migrations.AddField(
2929
model_name='eventproposal',
3030
name='allow_video_streaming',
31-
field=models.BooleanField(default=False, help_text='Uncheck if you do not want the event streamed (only if recording is unchecked!).'),
31+
field=models.BooleanField(default=False, help_text='Uncheck if you do not want the event live streamed'),
3232
),
3333
migrations.RunPython(update_streaming),
3434
]

0 commit comments

Comments
 (0)