From f16b33cf177cbd41d238f19fe77d2b76aa48b276 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 15 Apr 2023 17:07:24 +1000 Subject: [PATCH] Further branding updates --- pinaxcon/proposals/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: