Skip to content
This repository was archived by the owner on Oct 26, 2019. It is now read-only.

Commit a1a6e34

Browse files
authored
Merge pull request #3 from nextcloud/stable10-backport-2
[stable10] Fix casing for external site app
2 parents 8c94e23 + de37538 commit a1a6e34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

external/appinfo/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<info>
33
<id>external</id>
4-
<name>External Sites</name>
4+
<name>External sites</name>
55
<description>
66
This application allows an admin to add a link in the ownCloud web interface
77
Apps menu that points to an external website. By simply entering the URL and
@@ -10,10 +10,10 @@
1010
external site appears as if it is part of ownCloud but, in fact, this can be
1111
any external URL.
1212

13-
Note that the External Site link must use the same type of encryption as
13+
Note that the external site link must use the same type of encryption as
1414
provided by ownCloud. In other words, if ownCloud is hosted on HTTPS, the
1515
link in the external site must also be HTTPS. The same is also true for HTTP.
16-
More information is available in the External Sites documentation.
16+
More information is available in the External sites documentation.
1717
</description>
1818
<licence>AGPL</licence>
1919
<author>Frank Karlitschek</author>

external/templates/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<form id="external">
22
<div class="section">
3-
<h2><?php p($l->t('External Sites'));?></h2>
3+
<h2><?php p($l->t('External sites'));?></h2>
44
<p>
55
<em><?php p($l->t('Please note that some browsers will block displaying of sites via http if you are running https.')); ?></em>
66
<br>

0 commit comments

Comments
 (0)