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:
authorFortressBuilder <FortressBuilder@users.noreply.github.com>2016-11-25 22:33:49 +0300
committerFortressBuilder <FortressBuilder@users.noreply.github.com>2016-11-25 22:33:49 +0300
commit95c7264d13519cf518465cc89cc88bfcd31728ae (patch)
treecd93b4701f2bd3ac4fe9fc61f01a1a23a51543e6 /templates
parente5490e2a6afb4dce36d56971c9b97809a1f0f10a (diff)
Fix an a/an mistake
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 1ccb29b..affb142 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>