Skip to content

Commit

Permalink
Merge branch '5.1' into 5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2024
2 parents 1b9246e + 1eeb47b commit 55c66e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Forms/GridFieldQueuedJobExecute.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ public function getColumnContent($gridField, $record, $columnName)
);

$humanTitle = ucfirst($this->action ?? '');
/** @phpstan-ignore translation.key (we need the key to be dynamic here) */
$title = _t(__CLASS__ . '.' . $humanTitle, $humanTitle);

$field
Expand Down

0 comments on commit 55c66e1

Please sign in to comment.