@@ -79,8 +79,8 @@ protected function _construct()
79
79
/**
80
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
- * - open user for edition ;
83
- * - fill current password in section "Current User Identity Verification";
82
+ * - open user's account for editing ;
83
+ * - type current user's password in the "Current User Identity Verification" field
84
84
* - click "Delete User" at top left part of the page;
85
85
*
86
86
* @return \Magento\Framework\Phrase
@@ -91,9 +91,9 @@ public function getDeleteMessage()
91
91
}
92
92
93
93
/**
94
- * Returns url that for user deletion.
95
- * The following action is executed if admin navigates to returned url
96
- * Magento\User\Controller\Adminhtml\User\Delete::execute
94
+ * Returns the URL that is used for user deletion.
95
+ * The following Action is executed if admin navigates to returned url
96
+ * Magento\User\Controller\Adminhtml\User\Delete
97
97
*
98
98
* @return string
99
99
*/
@@ -103,8 +103,9 @@ public function getDeleteUrl()
103
103
}
104
104
105
105
/**
106
- * Method is used to get id of user that admin edits.
107
- * It can be used to determine either admin opens page for creation or edition of already created user
106
+ * This method is used to get the ID of the user who's account the Admin is editing.
107
+ * It can be used to determine the reason Admin opens the page:
108
+ * to create a new user account OR to edit the previously created user account
108
109
*
109
110
* @return int
110
111
*/
0 commit comments