]> git.mxchange.org Git - friendica.git/commitdiff
add encuragement
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 16 Aug 2021 17:12:05 +0000 (19:12 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 17 Aug 2021 06:38:06 +0000 (08:38 +0200)
src/Core/Installer.php

index 02904004bce969ea2b6e6a954202627f1fc68867..19247211cf3e8723ca76e63fc8f9cc8f47d5cac0 100644 (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 {