Skip to content

Commit

Permalink
fix dashboard api button title
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
  • Loading branch information
Julien Veyssier authored and nickvergessen committed Sep 19, 2022
1 parent 7b835e7 commit 1d7b4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dashboard/ActivityWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public function getWidgetButtons(string $userId): array {
$this->urlGenerator->getAbsoluteURL(
$this->urlGenerator->linkToRoute(Application::APP_ID . '.Activities.showList')
),
$this->l10n->t('More Activities')
$this->l10n->t('More activities')
),
];
}
Expand Down

0 comments on commit 1d7b4ad

Please sign in to comment.