Skip to content

Commit 3074d50

Browse files
author
Cari Spruiell
committed
Merge remote-tracking branch 'api/MAGETWO-52165-PS-API-FT-Fix-RevokeAllAccessTokensForAdminWithoutTokensTest' into MAGETWO-53121-502-Bad-Gateway
2 parents eed6004 + 91f7280 commit 3074d50

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/User/Block/User

1 file changed

+1
-1
lines changed

app/code/Magento/User/Block/User/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function _construct()
5353
$objId = $this->getRequest()->getParam($this->_objectId);
5454

5555
if (!empty($objId)) {
56-
$deleteConfirmMsg = __("Are you sure you want to revoke the users\\\\'s tokens?");
56+
$deleteConfirmMsg = __("Are you sure you want to revoke the user\'s tokens?");
5757
$this->addButton(
5858
'invalidate',
5959
[

0 commit comments

Comments
 (0)