Skip to content

Commit

Permalink
Add “s” to, “Verify Hostnames”
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Mar 3, 2022
1 parent 55160b8 commit 440fb12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ via the C<LWP::Protocol::Net::Curl> CPAN Perl module, which you will need to ins
The User Agent String is what's sent in the, C<User-Agent> header.
Customizing this string can help you track requests from Dada Mail.

=head4 Verify Hostname
=head4 Verify Hostnames

Disabling B<Verify Hostname> may help connect to https resources, if you cannot correctly verify hostnames.
Disabling B<Verify Hostnames> may help connect to https resources, if you cannot correctly verify hostnames.

=head2 Configure Email Parsing Engine

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@
<!-- tmpl_unless can_use_mozilla_ca -->
<div class="alert-box info radius">
The, <code>Mozilla::CA</code>
will most likley need to be installed, to utilize, "Verify Hostname".
will most likley need to be installed, to utilize, "Verify Hostnames".
Unchecking the below option will allow https connections to work, without verification.
</div>
<!-- /tmpl_unless -->
Expand All @@ -1672,7 +1672,7 @@
value="1"
checked="checked"
>
Verify Hostname
Verify Hostnames
</label>


Expand Down

0 comments on commit 440fb12

Please sign in to comment.