diff --git a/src/Forms/GridFieldQueuedJobExecute.php b/src/Forms/GridFieldQueuedJobExecute.php index af6dc10f..5c5e5736 100644 --- a/src/Forms/GridFieldQueuedJobExecute.php +++ b/src/Forms/GridFieldQueuedJobExecute.php @@ -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