We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9646ade commit efc9024Copy full SHA for efc9024
app/code/Magento/ImportExport/Model/Import.php
@@ -636,7 +636,7 @@ public function validateSource(\Magento\ImportExport\Model\Import\AbstractSource
636
if ($errorsCount
637
&& $validationStrategy === ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_SKIP_ERRORS
638
) {
639
- $this->messageManager->addWarningMessage(sprintf(__('Skipped errors: %d'), $errorsCount));
+ $this->messageManager->addWarningMessage(__('Skipped errors: %1', $errorsCount));
640
$result = true;
641
}
642
0 commit comments