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']) {
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())); ?>