From 5b3533fd3e153ce3aa32ef3991c4402e540f0224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 16 Nov 2019 21:37:59 +0100 Subject: [PATCH] Added missing translation key in attachment table. --- src/DataTables/AttachmentDataTable.php | 1 + 1 file changed, 1 insertion(+) 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(