diff --git a/pinaxcon/proposals/models.py b/pinaxcon/proposals/models.py index 8a2480b0..340f18c2 100644 --- a/pinaxcon/proposals/models.py +++ b/pinaxcon/proposals/models.py @@ -78,7 +78,7 @@ class Proposal(ProposalBase): materials_release = models.BooleanField( default=True, - help_text="I allow Linux Australia to release any other material " + help_text="I allow Software Freedom Conservancy to release any other material " "(such as slides) from presentations covered by this proposal, under " "the " @@ -152,7 +152,7 @@ class MiniconfSessionProposal(Proposal): ticket_acknowledgement = models.BooleanField( default=False, help_text="I understand that I will be required to purchase a conference ticket " - "and arrange my own travel and accommodation, as linux.conf.au miniconfs are unfunded community run events." + "and arrange my own travel and accommodation." ) class Meta: