Fix missing Attachment label in the Template.

This commit is contained in:
Colin Kuskie 2010-09-02 14:07:21 -07:00
parent 1f2fbeb823
commit b1adfd2621
2 changed files with 2 additions and 1 deletions

View file

@ -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",