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:
Diffstat (limited to 'lib/Settings/AdminSection.php')
-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');
}
/**