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-08-18 13:30:42 +0300
committerJoas Schilling <coding@schilljs.com>2016-08-18 13:30:42 +0300
commit8a248dfd27f4fa586313f2eeccb9ead36512cb97 (patch)
tree7fa45d500049ed3f5ba7d017fa602acb1ff2c5bb /lib
parent443654f29126437b7fe52a5cb067335f20470bd8 (diff)
Fix admin section caps
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 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');
}
/**