diff --git a/app/code/Magento/Quote/Model/ShippingAddressManagement.php b/app/code/Magento/Quote/Model/ShippingAddressManagement.php index 95b263c35d67e..9922071d8d876 100644 --- a/app/code/Magento/Quote/Model/ShippingAddressManagement.php +++ b/app/code/Magento/Quote/Model/ShippingAddressManagement.php @@ -118,7 +118,7 @@ public function assign($cartId, \Magento\Quote\Api\Data\AddressInterface $addres $address->setCollectShippingRates(true); if (!$quote->validateMinimumAmount($quote->getIsMultiShipping())) { - throw new InputException($this->getMinimumAmountErrorMessage()->getMessage()); + throw new InputException(__($this->getMinimumAmountErrorMessage()->getMessage())); } try {