Skip to content

Commit 639e97b

Browse files
Translated exception message
1 parent 5791131 commit 639e97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Braintree/Controller/Paypal/PlaceOrder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function execute()
7575
$this->logger->critical($e);
7676
$this->messageManager->addExceptionMessage(
7777
$e,
78-
'The order #' . $quote->getReservedOrderId() . ' cannot be processed.'
78+
__('The order #%1 cannot be processed.', $quote->getReservedOrderId())
7979
);
8080
}
8181

0 commit comments

Comments
 (0)