mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fixed report title column localization
This commit is contained in:
parent
94c406139e
commit
9124d8ae1a
@ -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,
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user