Fix broken i18n in the PayoutVendors workflow.

This commit is contained in:
Colin Kuskie 2009-10-29 12:38:59 -07:00
parent f1bc38de6c
commit a1c1cd47d8

View file

@ -81,7 +81,7 @@ sub definition {
},
paypalSubject => {
fieldType => 'text',
label => $i18n->get('Subject for vendor notication email'),
label => $i18n->get('Subject for vendor notification email'),
defaultValue => $i18n->get('Vendor payout from').' ' . $session->setting->get('companyUrl'),
},
notificationGroupId => {