fix a typo

This commit is contained in:
Thomas Steen Rasmussen 2017-07-31 18:28:13 +02:00
parent 992089f626
commit 9b44d9d451
1 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ class SpeakerProposal(UserSubmittedModel):
)
submission_notes = models.TextField(
help_text='Private notes for the event. Only visible to the submitting user and the BornHack organisers.',
help_text='Private notes for this speaker. Only visible to the submitting user and the BornHack organisers.',
blank=True
)
@ -251,7 +251,7 @@ class EventProposal(UserSubmittedModel):
)
submission_notes = models.TextField(
help_text='Private notes for the event. Only visible to the submitting user and the BornHack organisers.',
help_text='Private notes for this event. Only visible to the submitting user and the BornHack organisers.',
blank=True
)