summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordelvh <dev.lh@web.de>2021-08-14 16:10:39 +0200
committerGitHub <noreply@github.com>2021-08-14 16:10:39 +0200
commitd17f555fe322c5355e94b6f866fb975c3bc6e214 (patch)
treed74fedd02ddeeaebf118bd0680feb0e7d7deae6b
parent74d75eb69ce0ecd61665ea2ad4a971aee0305c8e (diff)
downloadgitea-d17f555fe322c5355e94b6f866fb975c3bc6e214.tar.gz
gitea-d17f555fe322c5355e94b6f866fb975c3bc6e214.zip
Improve resource string (#16691)
* Improve resource string Co-authored-by: zeripath <art27@cantab.net>
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 1a4cae9d9d..5c40eb18b3 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -2432,7 +2432,7 @@ auths.allowed_domains = Allowed Domains
auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (',').
auths.skip_tls_verify = Skip TLS Verify
auths.force_smtps = Force SMTPS
-auths.force_smtps_helper = By default SMTPS will be used for port 465, set this to use smtps on other ports, otherwise STARTTLS is used if supported.
+auths.force_smtps_helper = SMTPS is always used on port 465. Set this to force SMTPS on other ports. (Otherwise STARTTLS will be used on other ports if it is supported by the host.)
auths.helo_hostname = HELO Hostname
auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname.
auths.disable_helo = Disable HELO