Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 92eb410

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-84702: [SE Dev] Error Messages edits, part 1 (966 of 1166 total)
- failed FATs are fixed
1 parent 72176e7 commit 92eb410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/functional/tests/app/Magento/Security/Test/Constraint/AssertUserIsLocked.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
*/
1515
class AssertUserIsLocked extends AbstractConstraint
1616
{
17-
const USER_ACCOUNT_DISABLED_MESSAGE = 'account is temporarily disabled';
17+
const USER_ACCOUNT_DISABLED_MESSAGE = 'The account sign-in was incorrect or your account is disabled temporarily. '
18+
. 'Please wait and try again later.';
1819

1920
/**
2021
* Verify that user account has been locked.

0 commit comments

Comments
 (0)