Skip to content

Commit 85deb87

Browse files
committed
MAGETWO-66887: Translation in adminhtml Import form #9039
- Merge Pull Request #9039 from Nolwennig/magento2:patch-4
2 parents a4a9c2f + 31bf43d commit 85deb87

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit

1 file changed

+2
-2
lines changed

app/code/Magento/ImportExport/Block/Adminhtml/Import/Edit/Form.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ protected function _prepareForm()
126126
'class' => $behaviorCode,
127127
'disabled' => true,
128128
'values' => [
129-
ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_STOP_ON_ERROR => 'Stop on Error',
130-
ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_SKIP_ERRORS => 'Skip error entries'
129+
ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_STOP_ON_ERROR => __('Stop on Error'),
130+
ProcessingErrorAggregatorInterface::VALIDATION_STRATEGY_SKIP_ERRORS => __('Skip error entries')
131131
],
132132
'after_element_html' => $this->getDownloadSampleFileHtml(),
133133
]

0 commit comments

Comments
 (0)