From b11801a9003806edbce9519b65ac71cf8a34153d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 10 Aug 2016 00:17:59 +0200 Subject: Fix casing for external site app --- external/appinfo/info.xml | 6 +++--- external/templates/settings.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/external/appinfo/info.xml b/external/appinfo/info.xml index ae2734728..e8c9fa12a 100644 --- a/external/appinfo/info.xml +++ b/external/appinfo/info.xml @@ -1,7 +1,7 @@ external - External Sites + External sites This application allows an admin to add a link in the ownCloud web interface Apps menu that points to an external website. By simply entering the URL and @@ -10,10 +10,10 @@ external site appears as if it is part of ownCloud but, in fact, this can be any external URL. - Note that the External Site link must use the same type of encryption as + Note that the external site link must use the same type of encryption as provided by ownCloud. In other words, if ownCloud is hosted on HTTPS, the link in the external site must also be HTTPS. The same is also true for HTTP. - More information is available in the External Sites documentation. + More information is available in the External sites documentation. AGPL Frank Karlitschek diff --git a/external/templates/settings.php b/external/templates/settings.php index 7115c1137..512a4a676 100644 --- a/external/templates/settings.php +++ b/external/templates/settings.php @@ -1,6 +1,6 @@
-

t('External Sites'));?>

+

t('External sites'));?>

t('Please note that some browsers will block displaying of sites via http if you are running https.')); ?>
-- cgit v1.2.3