add encuragement
This commit is contained in:
parent
e16e9bd929
commit
6cd9f26771
1 changed files with 1 additions and 0 deletions
|
@ -605,6 +605,7 @@ class Installer
|
|||
|
||||
if (!$tls) {
|
||||
$help = DI::l10n()->t('The detection of TLS to secure the communication between the browser and the new Friendica server failed.');
|
||||
$help .= ' ' . DI::l10n()->t('It is highly encuraged to use Friendica only over a secured connection as sensible information like passwords will be transmitted.');
|
||||
$help .= ' ' . DI::l10n()->t('Please ensure that the connection to the server is secure.');
|
||||
$this->addCheck(DI::l10n()->t('No TLS detected'), $tls, false, $help);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue