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',
|
||||
fieldType => 'yesNo',
|
||||
defaultValue => 0,
|
||||
label => $i18n->get('shipsSeparate'),
|
||||
hoverHelp => $i18n->get('shipsSeparate help'),
|
||||
label => $i18n->get('shipsSeparately'),
|
||||
hoverHelp => $i18n->get('shipsSeparately help'),
|
||||
},
|
||||
);
|
||||
push(@{$definition}, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue