diff --git a/src/DataTables/AttachmentDataTable.php b/src/DataTables/AttachmentDataTable.php index b5b62085..8abed94c 100644 --- a/src/DataTables/AttachmentDataTable.php +++ b/src/DataTables/AttachmentDataTable.php @@ -110,6 +110,7 @@ class AttachmentDataTable implements DataTableTypeInterface ]); $dataTable->add('attachment_type', TextColumn::class, [ + 'label' => $this->translator->trans('attachment.table.type'), 'field' => 'attachment_type.name', 'render' => function ($value, Attachment $context) { return sprintf(