From 8506d2bf422611aeb222195c0ca88341aa9afb75 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 27 Nov 2013 00:38:56 +0100 Subject: [PATCH] fix wording --- settings/templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 5d170a62f2..523bbd6624 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -22,7 +22,7 @@ if (!$_['isConnectedViaHTTPS']) {

t('Security Warning'));?>

- t('You are accessing %s with HTTP. We strongly suggest to setup and use HTTPS.', $theme->getTitle())); ?> + t('You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead.', $theme->getTitle())); ?>