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.
2 parents a4a9c2f + 31bf43d commit 85deb87Copy full SHA for 85deb87
app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php
@@ -126,8 +126,8 @@ protected function _prepareForm()
126
'class' => $behaviorCode,
127
'disabled' => true,
128
'values' => [
129
- ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_STOP_ON_ERROR => 'Stop on Error',
130
- ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_SKIP_ERRORS => 'Skip error entries'
+ ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_STOP_ON_ERROR => __('Stop on Error'),
+ ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_SKIP_ERRORS => __('Skip error entries')
131
],
132
'after_element_html' => $this->getDownloadSampleFileHtml(),
133
]
0 commit comments