Adjust messages

This commit is contained in:
rugk
2019-06-21 19:03:45 +02:00
parent 50cc6995e0
commit a1b1efeae2
2 changed files with 6 additions and 2 deletions

View File

@@ -87,7 +87,10 @@ endif;
<?php
if ($HTTPWARNING):
?>
<div id="httpnotice" class="errorMessage"><?php echo I18n::_('This website is using an insecure HTTP connection! Please use it only for testing.'); ?></div>
<div id="httpnotice" class="errorMessage">
<?php echo I18n::_('This website is using an insecure connection! Please only use it for testing.'); ?>
<span class="small"><?php echo I18n::_('For more information <a href="https://github.com/PrivateBin/PrivateBin/wiki/FAQ#why-does-it-show-me-an-error-about-an-insecure-connection">see this FAQ entry</a>.'); ?></span>
</div>
<?php
endif;
?>