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:
authorBjörn Schießle <bjoern@schiessle.org>2018-08-03 12:53:13 +0300
committerGitHub <noreply@github.com>2018-08-03 12:53:13 +0300
commited9f6a4f725b220abf85213bca42f25dcfcaa628 (patch)
tree77df8c12bbb01cd5d350eb26ffa399a37fc36ea7 /lib
parentb2f4d2dbceac1a7828d31607cad552df996370c2 (diff)
parentb9976ef5361a662f32ac32af9f6874133f7bb4dd (diff)
Merge pull request #63 from nextcloud/comradekingu-patch-1
Spelling: ": 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>');
}
/**