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 authored and backportbot[bot] committed Jul 29, 2025
commit f661a3b575a0d87d3abea0a2ff658975c376fccd
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