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:
-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 d7a765e..eb9abea 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('Server info');
}
/**