diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index fc85755bb..8d762e5e6 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -7,6 +7,7 @@ WebGUI::Asset::Template::Parser->downgrade for details. - fixed #11813: Payment confirmation screen dollar amount - fixed #11832: Admin Session Interface broken + - fixed: Attachment label in the Template is missing 7.9.13 - fixed #11783: Instances deleted during realtime run diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index dbc71a97b..a928b4958 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -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",