Skip to content

Commit

Permalink
Merge pull request #270 from pschiffe/3.1
Browse files Browse the repository at this point in the history
TLN Allow to translate column name `Select`
  • Loading branch information
GuySartorelli authored Mar 3, 2024
2 parents 6435476 + 1e4b319 commit bdefd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BulkManager/BulkManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public function getColumnAttributes($gridField, $record, $columnName)
public function getColumnMetadata($gridField, $columnName)
{
if ($columnName == 'BulkSelect') {
return array('title' => 'Select');
return array('title' => _t('GRIDFIELD_BULK_MANAGER.SELECT_LABEL', 'Select'));
}
}

Expand Down

0 comments on commit bdefd14

Please sign in to comment.