1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 13:39:46 +00:00

fix: update wording about tracking domain cnames

closes #2808
هذا الالتزام موجود في:
Adam Cooke
2024-03-04 16:55:36 +00:00
الأصل 1da1182c23
التزام 0d3eccb368

عرض الملف

@@ -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? = 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 %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 This is the domain that requests for tracked links will be directed through when you use click tracking. We recommend using something like
<b>click.yourdomain.com</b>. You will need to a CNAME record to point to <b>#{Postal::Config.dns.track_domain}</b> for this once you've added it. <b>click.yourdomain.com</b>. Once chosen, add a CNAME record which points to <b>#{Postal::Config.dns.track_domain}</b>.
.fieldSet__field .fieldSet__field
= f.label :ssl_enabled, :class => 'fieldSet__label' = f.label :ssl_enabled, :class => 'fieldSet__label'