add encuragement

This commit is contained in:
Tobias Diekershoff 2021-08-16 19:12:05 +02:00
parent e16e9bd929
commit 6cd9f26771
1 changed files with 1 additions and 0 deletions

View File

@ -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 {