fix wording
This commit is contained in:
parent
2d822e3b95
commit
8506d2bf42
|
@ -22,7 +22,7 @@ if (!$_['isConnectedViaHTTPS']) {
|
||||||
<h2><?php p($l->t('Security Warning'));?></h2>
|
<h2><?php p($l->t('Security Warning'));?></h2>
|
||||||
|
|
||||||
<span class="securitywarning">
|
<span class="securitywarning">
|
||||||
<?php p($l->t('You are accessing %s with HTTP. We strongly suggest to setup and use HTTPS.', $theme->getTitle())); ?>
|
<?php p($l->t('You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.', $theme->getTitle())); ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Reference in New Issue