Skip to content

Commit c5c5c6a

Browse files
authored
Update src/program/migrations/0106_event_video_streaming_and_more.py
1 parent ee0e25c commit c5c5c6a

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 live streamed'),
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)