diff --git a/app/code/Magento/Config/Model/Config/Backend/Currency/Base.php b/app/code/Magento/Config/Model/Config/Backend/Currency/Base.php index aa295d4407e6f0c68e1917075d1977701063b423..2ab2b63e5ff629b0cec38313f91df81a13b9fb5a 100644 --- a/app/code/Magento/Config/Model/Config/Backend/Currency/Base.php +++ b/app/code/Magento/Config/Model/Config/Backend/Currency/Base.php @@ -50,8 +50,8 @@ class Base extends AbstractCurrency $value = $this->getValue(); if (!in_array($value, $this->_getInstalledCurrencies())) { throw new \Magento\Framework\Exception\LocalizedException( - __('Sorry, we haven\'t installed the base currency you selected.')); - + __('Sorry, we haven\'t installed the base currency you selected.') + ); } $this->currencyFactory->create()->saveRates([$value =>[$value => 1]]);