Skip to content

Commit

Permalink
Merge pull request #2865 from magento/validation-message-added--task-…
Browse files Browse the repository at this point in the history
…1584

UX Text - Max Actions Transfer Inventory to Source
  • Loading branch information
sidolov authored Mar 6, 2020
2 parents 293336c + f38a90c commit d8e3f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function execute()
}
} catch (\Exception $e) {
$this->logger->error($e->getMessage());
$this->messageManager->addErrorMessage(__('Something went wrong during the operation.'));
$this->messageManager->addErrorMessage($e->getMessage());
}

$result = $this->resultFactory->create(ResultFactory::TYPE_REDIRECT);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $destinationSources = $viewModel->getSources();

<fieldset class="fieldset admin__fieldset" id="base_fieldset">
<legend class="admin__legend legend">
<span><?= /* @noEscape */ __('Transfer source') ?></span>
<span><?= /* @noEscape */ __('Transfer Inventory') ?></span>
</legend>

<div class="admin__field field field-entity">
Expand Down

0 comments on commit d8e3f83

Please sign in to comment.