Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change description into a sentence
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Aug 21, 2018
commit 8141114a452519de323204e1928d7e38137439f1
2 changes: 1 addition & 1 deletion lib/Categories/Stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function getCategory() {
* @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>');
}

/**
Expand Down