Fix missing Attachment label in the Template.
This commit is contained in:
parent
1f2fbeb823
commit
b1adfd2621
2 changed files with 2 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ sub getEditForm {
|
|||
$tabform->getTab('properties')->jsonTable(
|
||||
name => 'attachmentsJson',
|
||||
value => $self->get('attachmentsJson'),
|
||||
label => $i18n->get("attachments display label"),
|
||||
label => $i18n->get("attachment display label"),
|
||||
fields => [
|
||||
{
|
||||
type => "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue