diff --git a/pinaxcon/registrasion/models.py b/pinaxcon/registrasion/models.py index 84d34c544018f0c28612084e2b53bd255d05c82a..53552d3cde0489c0c0ed8d50e68c7a08c10b6b6f 100644 --- a/pinaxcon/registrasion/models.py +++ b/pinaxcon/registrasion/models.py @@ -173,11 +173,11 @@ class AttendeeProfile(rego.AttendeeProfileBase): children = models.CharField( verbose_name="Child Ages and Information", max_length=256, - help_text="Linux.conf.au is a family friendly conference and provides " + help_text="Everything Open is a family friendly conference and provides " "free child-care for pre-school children from 6 months up to 5 years. We " "hope to also provide a programme for older children and will let you " - "know closer to the conference. If you're wanting to bring your children " - "to LCA, please let us know their age(s) so we can ensure we have " + "know closer to the conference. If you're wanting to bring your children, " + "please let us know their age(s) so we can ensure we have " "enough spaces available.", blank=True ) @@ -198,7 +198,7 @@ class AttendeeProfile(rego.AttendeeProfileBase): ) lca_chat = models.BooleanField( - verbose_name="Subscribe to the LCA chat list", + verbose_name="Subscribe to the chat mailing list", help_text="lca-chat is a high-traffic mailing list used by " "attendees during the week of the conference for general " "discussion.", @@ -217,7 +217,7 @@ class AttendeeProfile(rego.AttendeeProfileBase): past_lca = models.ManyToManyField( PastEvent, - verbose_name="Which past linux.conf.au events have you attended?", + verbose_name="Which past events have you attended?", blank=True, )