Skip to content

Commit

Permalink
ENGCOM-4698: Translated exception message #22205
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Apr 12, 2019
2 parents 7efb831 + ec13581 commit c5ec966
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function execute()
$this->logger->critical($e);
$this->messageManager->addExceptionMessage(
$e,
'The order #' . $quote->getReservedOrderId() . ' cannot be processed.'
__('The order #%1 cannot be processed.', $quote->getReservedOrderId())
);
}

Expand Down

0 comments on commit c5ec966

Please sign in to comment.