From 5a227b9583d908a898339abd3f61a318ff0d72fd Mon Sep 17 00:00:00 2001
From: Oleksandr Shmyheliuk <oshmyheliuk@magento.com>
Date: Tue, 10 Jan 2017 17:09:26 +0200
Subject: [PATCH] MAGETWO-62705: Implementation

---
 app/code/Magento/Store/Model/Scope/Validator.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/code/Magento/Store/Model/Scope/Validator.php b/app/code/Magento/Store/Model/Scope/Validator.php
index a8d845eed32..f2222fdc476 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;
-- 
GitLab