File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/User/Block/User Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ protected function _construct()
77
77
}
78
78
79
79
/**
80
- * Returns message that is displayed for admin when he deleted user from the system.
80
+ * Returns message that is displayed for admin when he deletes user from the system.
81
81
* To see this message admin must do the following:
82
82
* - open user for edition;
83
83
* - fill current password in section "Current User Identity Verification";
@@ -92,7 +92,7 @@ public function getDeleteMessage()
92
92
93
93
/**
94
94
* Returns url that for user deletion.
95
- * The following action is executed if admin navigates to this url
95
+ * The following action is executed if admin navigates to returned url
96
96
* Magento\User\Controller\Adminhtml\User\Delete::execute
97
97
*
98
98
* @return string
You can’t perform that action at this time.
0 commit comments