Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Schießle <bjoern@schiessle.org>2016-12-22 16:25:26 +0300
committerGitHub <noreply@github.com>2016-12-22 16:25:26 +0300
commitef255d7350586801b0d3fb028baacfc553d10b68 (patch)
treef100ec553edb7f3c5267231dee5d3b13e0e6e972 /templates
parent6025651988914b06e9815c2ecbb0f398bae1e11a (diff)
parentd133a4d69a127337c6de2b79815d209d20ce104d (diff)
Merge branch 'master' into web-ui
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index b6b352e..a6e7514 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -69,5 +69,5 @@ style('serverinfo', 'style');
<div class="section" id="ocsEndPoint">
<h2><?php p($l->t('External monitoring tool'));?></h2>
<p>
- <?php p($l->t('You can connect a external monitoring tool by using this end point: ') . $_['ocs']);?>
+ <?php p($l->t('You can connect an external monitoring tool by using this end point: ') . $_['ocs']);?>
</div>