We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eed6004 + 91f7280 commit 3074d50Copy full SHA for 3074d50
app/code/Magento/User/Block/User/Edit.php
@@ -53,7 +53,7 @@ protected function _construct()
53
$objId = $this->getRequest()->getParam($this->_objectId);
54
55
if (!empty($objId)) {
56
- $deleteConfirmMsg = __("Are you sure you want to revoke the users\\\\'s tokens?");
+ $deleteConfirmMsg = __("Are you sure you want to revoke the user\'s tokens?");
57
$this->addButton(
58
'invalidate',
59
[
0 commit comments