Skip to content

Commit

Permalink
Translated exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshsuhagiya committed Apr 8, 2019
1 parent 5791131 commit 639e97b
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 639e97b

Please sign in to comment.