Skip to content

Commit ed9f6a4

Browse files
authored
Merge pull request #63 from nextcloud/comradekingu-patch-1
Spelling: ": Files"
2 parents b2f4d2d + b9976ef commit ed9f6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Categories/Stats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getCategory() {
5757
* @return string
5858
*/
5959
public function getDisplayName() {
60-
return (string) $this->l->t('Statistic <em>(number of: files, users, storages per type, comments and tags)</em>');
60+
return (string) $this->l->t('Statistic <em>(number of: Files, users, storages per type, comments and tags)</em>');
6161
}
6262

6363
/**

0 commit comments

Comments
 (0)