diff --git a/lng/english.lng.php b/lng/english.lng.php index 117690d6..f1114595 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -1832,9 +1832,9 @@ $lng['opcacheinfo']['false'] = 'false'; // Added for let's encrypt $lng['admin']['letsencrypt']['title'] = 'Use Let\'s Encrypt'; -$lng['admin']['letsencrypt']['description'] = 'Get a free certificate from Let\'s Encrypt. The certificate will be created and renewed automatically.
ATTENTION: If wildcards are enabled, this option will automatically be disabled. This feature is still in beta.'; +$lng['admin']['letsencrypt']['description'] = 'Get a free certificate from Let\'s Encrypt. The certificate will be created and renewed automatically.
ATTENTION: If wildcards are enabled, this option will automatically be disabled.'; $lng['customer']['letsencrypt']['title'] = 'Use Let\'s Encrypt'; -$lng['customer']['letsencrypt']['description'] = 'Get a free certificate from Let\'s Encrypt. The certificate will be created and renewed automatically.
ATTENTION: This feature is still in beta.'; +$lng['customer']['letsencrypt']['description'] = 'Get a free certificate from Let\'s Encrypt. The certificate will be created and renewed automatically.'; $lng['error']['sslredirectonlypossiblewithsslipport'] = 'Using Let\'s Encrypt is only possible when the domain has at least one ssl-enabled IP/port combination assigned.'; $lng['error']['nowildcardwithletsencrypt'] = 'Let\'s Encrypt cannot handle wildcard-domains using ACME in froxlor (requires dns-challenge), sorry. Please set the ServerAlias to WWW or disable it completely'; $lng['panel']['letsencrypt'] = 'Using Let\'s encrypt';