[Pkg-owncloud-commits] [owncloud] 194/239: fix wording
David Prévot
taffit at moszumanska.debian.org
Fri Nov 29 01:32:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 8506d2bf422611aeb222195c0ca88341aa9afb75
Author: Morris Jobke <morris.jobke at gmail.com>
Date: Wed Nov 27 00:38:56 2013 +0100
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 5d170a6..523bbd6 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list