Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-10-24 12:34:30 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-12-02 03:05:15 +0300
commitbe28a9e5f09a7fd4fb360df755356232e08f0c60 (patch)
tree71352ce67144b2da34988b09732aaad616e8f839
parent5fc4d454098932f0e1dc7bd6a4415144e71e660f (diff)
Fix misleading SSL/TLS SMTP email configuration
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--settings/templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 2591279b998..f03e20df91a 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -34,8 +34,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 = [