Skip to content

Commit 97e928b

Browse files
author
Bohdan Korablov
committed
MAGETWO-61786: Implementation
1 parent 685b697 commit 97e928b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Config/Model/Config/Structure/ConcealInProductionConfigList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Magento\Framework\App\State;
99

1010
/**
11-
* Defines status of visibility of form elements on Store > Settings > Configuration page
11+
* Defines status of visibility of form elements on Stores > Settings > Configuration page
1212
* in Admin Panel in Production mode.
1313
*/
1414
class ConcealInProductionConfigList implements ElementVisibilityInterface

app/code/Magento/Config/Model/Config/Structure/ElementVisibilityComposite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* Contains list of classes which implement ElementVisibilityInterface for
12-
* checking of visibility of form elements on Store > Settings > Configuration page in Admin Panel.
12+
* checking of visibility of form elements on Stores > Settings > Configuration page in Admin Panel.
1313
*/
1414
class ElementVisibilityComposite implements ElementVisibilityInterface
1515
{

app/code/Magento/Config/Model/Config/Structure/ElementVisibilityInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Config\Model\Config\Structure;
77

88
/**
9-
* Checks visibility status of form elements on Store > Settings > Configuration page in Admin Panel
9+
* Checks visibility status of form elements on Stores > Settings > Configuration page in Admin Panel
1010
* by their paths in the structure.
1111
*/
1212
interface ElementVisibilityInterface

0 commit comments

Comments
 (0)