Merge pull request #4726 from louis-lau/v5-fix-smtp-tls-wording

Fix mail TLS options wording
This commit is contained in:
David Bomba 2021-01-20 20:15:36 +11:00 committed by GitHub
commit ea20c55468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,8 @@
</dt> </dt>
<dd class="text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2"> <dd class="text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
<select name="encryption" class="input w-full form-select"> <select name="encryption" class="input w-full form-select">
<option value="tls">TLS</option> <option value="tls">STARTTLS</option>
<option value="ssl">SSL</option> <option value="ssl">SSL/TLS</option>
</select> </select>
</dd> </dd>
</div> </div>