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.
1 parent 4b6e1da commit da198f2Copy full SHA for da198f2
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