Skip to content

Commit da198f2

Browse files
author
Cari Spruiell
committed
MAGETWO-52165: [PS-API-FT] Fix functional test Magento\User\Test\TestCase\RevokeAllAccessTokensForAdminWithoutTokensTest
- over-escape apostrophe was breaking the Force Sign-In button
1 parent 4b6e1da commit da198f2

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)