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
fix: translate name of dashboard widget
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Jul 29, 2025
commit 32f63f4e9ca299e14b9da42aa50a38b9d667ccaf
2 changes: 1 addition & 1 deletion lib/Dashboard/TeamDashboardWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function getId(): string {
* @inheritDoc
*/
public function getTitle(): string {
return 'Teams';
return $this->l10n->t('Teams');
}

/**
Expand Down
Loading