Skip to content

Commit

Permalink
Dashboard panel: Adjust title for easier understanding
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
  • Loading branch information
jancborchardt committed Jul 11, 2020
1 parent df3169d commit d9ebee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dashboard/RecommendationPanel.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function getId(): string {
}

public function getTitle(): string {
return $this->l10n->t('Files');
return $this->l10n->t('Recommended files');
}

public function getOrder(): int {
Expand Down

0 comments on commit d9ebee7

Please sign in to comment.