Remove "this".

This commit is contained in:
Víðir Valberg Guðmundsson 2018-08-09 15:30:24 +02:00
parent f2c5c26262
commit 0e3e6ae06f

View file

@ -331,7 +331,7 @@ class EventProposal(UserSubmittedModel):
allow_video_recording = models.BooleanField(
default=True,
help_text='Uncheck this to avoid video recording.'
help_text='Uncheck to avoid video recording.'
)
duration = models.IntegerField(