Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2017-07-18 00:34:30 +0300
committerGitHub <noreply@github.com>2017-07-18 00:34:30 +0300
commitb9976ef5361a662f32ac32af9f6874133f7bb4dd (patch)
treedba30807e6817b9afda733f1b7719044c3fd0957 /lib
parent39df761f2fb226ad9de12d410875515746c836f3 (diff)
: Files
Diffstat (limited to 'lib')
-rw-r--r--lib/Categories/Stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Categories/Stats.php b/lib/Categories/Stats.php
index 8e671d2..602e0ca 100644
--- a/lib/Categories/Stats.php
+++ b/lib/Categories/Stats.php
@@ -57,7 +57,7 @@ class Stats implements ICategory {
* @return string
*/
public function getDisplayName() {
- return (string) $this->l->t('Statistic <em>(number of: files, users, storages per type, comments and tags)</em>');
+ return (string) $this->l->t('Statistic <em>(number of: Files, users, storages per type, comments and tags)</em>');
}
/**