Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions external/appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<info>
<id>external</id>
<name>External Sites</name>
<name>External sites</name>
<description>
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
Expand All @@ -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.
</description>
<licence>AGPL</licence>
<author>Frank Karlitschek</author>
Expand Down
2 changes: 1 addition & 1 deletion external/templates/settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form id="external">
<div class="section">
<h2><?php p($l->t('External Sites'));?></h2>
<h2><?php p($l->t('External sites'));?></h2>
<p>
<em><?php p($l->t('Please note that some browsers will block displaying of sites via http if you are running https.')); ?></em>
<br>
Expand Down