Fix broken i18n in the PayoutVendors workflow.
This commit is contained in:
parent
f1bc38de6c
commit
a1c1cd47d8
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ sub definition {
|
||||||
},
|
},
|
||||||
paypalSubject => {
|
paypalSubject => {
|
||||||
fieldType => 'text',
|
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'),
|
defaultValue => $i18n->get('Vendor payout from').' ' . $session->setting->get('companyUrl'),
|
||||||
},
|
},
|
||||||
notificationGroupId => {
|
notificationGroupId => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue