mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-09 08:48:26 +01:00
Added missing translation key in attachment table.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user