diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 00:38:56 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 00:38:56 +0100 |
commit | 8506d2bf422611aeb222195c0ca88341aa9afb75 (patch) | |
tree | 7acb6c2fbf3a0b96951acb8fba79f450149aa2d4 /settings | |
parent | 2d822e3b95c70f2640b2b079bcca3b1be2dc916e (diff) | |
download | nextcloud-server-8506d2bf422611aeb222195c0ca88341aa9afb75.tar.gz nextcloud-server-8506d2bf422611aeb222195c0ca88341aa9afb75.zip |
fix wording
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 5d170a62f2e..523bbd66248 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -22,7 +22,7 @@ if (!$_['isConnectedViaHTTPS']) { <h2><?php p($l->t('Security Warning'));?></h2> <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> </fieldset> |