diff --git a/code/reports/SideReport.php b/code/reports/SideReport.php index 93f84eb8..0395c371 100644 --- a/code/reports/SideReport.php +++ b/code/reports/SideReport.php @@ -207,7 +207,7 @@ class SideReport_BrokenLinks extends SS_Report { function columns() { return array( "Title" => array( - "title" => "Title", // todo: use NestedTitle(2) + "title" => _t('ReportAdmin.ReportTitle', 'Title'), // todo: use NestedTitle(2) "link" => true, ), );