]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix misleading SSL/TLS SMTP email configuration 1872/head
authorJoas Schilling <coding@schilljs.com>
Mon, 24 Oct 2016 09:34:30 +0000 (11:34 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 24 Oct 2016 09:34:30 +0000 (11:34 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
settings/templates/admin/additional-mail.php

index 88eec421ec5e47d4b267b81ffe8cd047c707a04b..23723a423c0bdc3517f08673901c6e96e386a36a 100644 (file)
@@ -33,8 +33,8 @@ $mail_smtpauthtype = [
 
 $mail_smtpsecure = [
        ''              => $l->t('None'),
-       'ssl'   => $l->t('SSL'),
-       'tls'   => $l->t('TLS'),
+       'ssl'   => $l->t('SSL/TLS'),
+       'tls'   => $l->t('STARTTLS'),
 ];
 
 $mail_smtpmode = [