mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Added missing translation to Comments TabSet Title
This commit is contained in:
parent
2d076e4267
commit
79e16d5661
@ -581,6 +581,8 @@ class CommentsExtension extends DataExtension
|
|||||||
$spamGrid
|
$spamGrid
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
$tabs->setTitle(_t('CommentsExtension.COMMENTSTABSET', 'Comments'));
|
||||||
|
|
||||||
$fields->addFieldToTab('Root', $tabs);
|
$fields->addFieldToTab('Root', $tabs);
|
||||||
} else {
|
} else {
|
||||||
$fields->push($newGrid);
|
$fields->push($newGrid);
|
||||||
|
Loading…
Reference in New Issue
Block a user