diff --git a/app/code/Magento/Store/Model/Scope/Validator.php b/app/code/Magento/Store/Model/Scope/Validator.php index a8d845eed3287885f61a4fe2c6ec0beb1cf20560..f2222fdc476a9a61ee9ed37c285332561f6dd43b 100644 --- a/app/code/Magento/Store/Model/Scope/Validator.php +++ b/app/code/Magento/Store/Model/Scope/Validator.php @@ -58,7 +58,7 @@ class Validator implements ValidatorInterface } catch (InvalidArgumentException $e) { throw new LocalizedException(__('The "%1" value doesn\'t exist. Enter another value.', $scope)); } catch (NoSuchEntityException $e) { - throw new LocalizedException(__('The "%1" value doesn\'t exist. Enter another value."', $scopeCode)); + throw new LocalizedException(__('The "%1" value doesn\'t exist. Enter another value.', $scopeCode)); } return true;