diff --git a/vendor/symposion/speakers/models.py b/vendor/symposion/speakers/models.py
index 87129ef7..c2fc0f25 100644
--- a/vendor/symposion/speakers/models.py
+++ b/vendor/symposion/speakers/models.py
@@ -66,7 +66,7 @@ class Speaker(models.Model):
travel_assistance = models.BooleanField(
blank=True,
default=False,
- help_text=_("Check this box if you require assistance to travel to Sydney to "
+ help_text=_("Check this box if you require assistance to travel to Christchurch to "
"present your proposed sessions."),
verbose_name=_("Travel assistance required"),
)
@@ -80,11 +80,11 @@ class Speaker(models.Model):
agreement = models.BooleanField(
default=False,
help_text=_("I agree to the "
- " "
+ " "
"terms and conditions of attendance, and I have read, "
"understood, and agree to act according to the standards set "
"forth in our "
- ""
+ ""
"Code of Conduct.")
)