diff --git a/app/views/track_domains/_form.html.haml b/app/views/track_domains/_form.html.haml
index 0fb3cff..61384f4 100644
--- a/app/views/track_domains/_form.html.haml
+++ b/app/views/track_domains/_form.html.haml
@@ -10,7 +10,7 @@
= f.select :domain_id, domain_options_for_select(@server, @track_domain.domain), {}, :class => 'input input--select routeNameInput__domain', :disabled => @track_domain.persisted?
%p.fieldSet__text
This is the domain that requests for tracked links will be directed through when you use click tracking. We recommend using something like
- click.yourdomain.com. You will need to a CNAME record to point to #{Postal::Config.dns.track_domain} for this once you've added it.
+ click.yourdomain.com. Once chosen, add a CNAME record which points to #{Postal::Config.dns.track_domain}.
.fieldSet__field
= f.label :ssl_enabled, :class => 'fieldSet__label'