From 9658fb2f8500c7bea70a56b6780e341c97b41eed Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Thu, 1 Jun 2017 18:24:46 +0800 Subject: [PATCH] =?UTF-8?q?Capitalization=20fix=20=F0=9F=90=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/web/lang/lang.en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/lang/lang.en.php b/data/web/lang/lang.en.php index d2127525..06211928 100644 --- a/data/web/lang/lang.en.php +++ b/data/web/lang/lang.en.php @@ -491,7 +491,7 @@ $lang['admin']['message'] = 'Message'; $lang['admin']['refresh'] = 'Refresh'; $lang['admin']['logs'] = 'Logs'; $lang['admin']['forwarding_hosts'] = 'Forwarding Hosts'; -$lang['admin']['forwarding_hosts_hint'] = 'Incoming messages are unconditionally accepted from any hosts listed here. These hosts are then not checked against DNSBLs or subjected to greylisting. Spam received from them is never rejected, but optionally it can be filed into the Junk folder. The most common use for this is to specify mail servers on which you have set up a rule that forwards incoming emails to your Mailcow server.'; +$lang['admin']['forwarding_hosts_hint'] = 'Incoming messages are unconditionally accepted from any hosts listed here. These hosts are then not checked against DNSBLs or subjected to greylisting. Spam received from them is never rejected, but optionally it can be filed into the Junk folder. The most common use for this is to specify mail servers on which you have set up a rule that forwards incoming emails to your mailcow server.'; $lang['admin']['forwarding_hosts_add_hint'] = 'You can either specify IPv4/IPv6 addresses, networks in CIDR notation, host names (which will be resolved to IP addresses), or domain names (which will be resolved to IP addresses by querying SPF records or, in their absence, MX records).'; $lang['admin']['host'] = 'Host'; $lang['admin']['source'] = 'Source';