Skip to content

Commit 6004767

Browse files
authored
Merge pull request #1629 from Wouter0100/patch-1
Update description for SSL option for tracking domain
2 parents d808d15 + b0e9bc1 commit 6004767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/track_domains/_form.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
.fieldSet__input
1818
= f.select :ssl_enabled, [["Yes - use SSL for tracking whenever possible", true], ["No - never use SSL for tracking", false]], {}, :class => 'input input--select'
1919
%p.fieldSet__text
20-
If enabled, we'll try to remove the replies/signatures from the plain body and send them separately to the rest of the body.
21-
This is useful if you just want to see the latest message in a thread.
20+
If enabled, we'll use https for the tracking domain when replacing links and images. Please note that a SSL certificate
21+
should be installed on the tracking domain if enabled.
2222

2323
.fieldSet__field
2424
= f.label :track_loads, :class => 'fieldSet__label'

0 commit comments

Comments
 (0)