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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-12-21 16:15:25 +0300
committerJoas Schilling <coding@schilljs.com>2016-12-21 18:59:37 +0300
commitdc44868d6d1d03e84f6c645771c16b992569a597 (patch)
tree8db7fbcf31a99986081f77bf8ad24a2d12ced693 /lib
parent0f6e2beed3ee82a6dc3547d221eb30c02b314538 (diff)
Rename the app to monitoring
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Settings/AdminSection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Settings/AdminSection.php b/lib/Settings/AdminSection.php
index eb9abea..26e793b 100644
--- a/lib/Settings/AdminSection.php
+++ b/lib/Settings/AdminSection.php
@@ -51,7 +51,7 @@ class AdminSection implements ISection {
* @return string
*/
public function getName() {
- return $this->l->t('Server info');
+ return $this->l->t('Monitoring');
}
/**