Skip to content

Commit e62e41a

Browse files
author
Kristan Kenney
committed
Update language string for HSTS checkbox in UI
1 parent a5a972e commit e62e41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/inc/i18n/en.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@
193193
'template' => 'Template',
194194
'SSL Support' => 'Enable SSL for this domain',
195195
'SSL Home Directory' => 'SSL Home Directory',
196-
'Force SSL/HTTPS' => 'Enforce HTTP-to-HTTPS redirection',
196+
'Force SSL/HTTPS' => 'Enable automatic HTTP-to-HTTPS redirection',
197+
'Enable SSL HSTS' => 'Enable HTTP Strict Transport Security (HSTS) <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security" target="_blank"><i class="fas fa-question-circle"></i></a>',
197198
'Lets Encrypt Support' => 'Use Lets Encrypt to obtain SSL certificate',
198199
'Lets Encrypt' => 'Lets Encrypt',
199200
'Your certificate will be automatically issued in 5 minutes' => 'Your SSL certificate will be automatically issued within 5 minutes',
@@ -753,7 +754,6 @@
753754
'Use SSL / TLS' => 'Use SSL / TLS',
754755
'No encryption' => 'No encryption',
755756
'Do not use encryption' => 'Do not use encryption',
756-
757757
'maximum characters length, including prefix' => 'maximum %s characters in length (including prefix)',
758758

759759
'Email Credentials' => 'Email Credentials',

0 commit comments

Comments
 (0)