fix Sku pulling in wrong i18n labels
This commit is contained in:
parent
d79132429d
commit
f3a9b3b8f3
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ sub definition {
|
||||||
tab => 'shop',
|
tab => 'shop',
|
||||||
fieldType => 'yesNo',
|
fieldType => 'yesNo',
|
||||||
defaultValue => 0,
|
defaultValue => 0,
|
||||||
label => $i18n->get('shipsSeparate'),
|
label => $i18n->get('shipsSeparately'),
|
||||||
hoverHelp => $i18n->get('shipsSeparate help'),
|
hoverHelp => $i18n->get('shipsSeparately help'),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
push(@{$definition}, {
|
push(@{$definition}, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue