Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function beforeAddChild(
__(
'Product "%1" cannot be added to bundle product as '
. 'bundle product has "Ship Bundle Items Together" and "%1" product assigned to multiple sources'
. ' or has different source then rest of bundle items',
. ' or has a different source than the rest of the bundle items',
[$link->getSku()]
)
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function beforeSaveChild(
__(
'Product "%1" cannot be added to bundle product as '
. 'bundle product has "Ship Bundle Items Together" and "%1" product assigned to multiple sources'
. ' or has different source then rest of bundle items',
. ' or has a different source than the rest of the bundle items',
[$link->getSku()]
)
);
Expand Down