Rename text : This email does not exists exists to This email does not exists
This commit is contained in:
BIN
composer.phar
Executable file
BIN
composer.phar
Executable file
Binary file not shown.
@@ -82,7 +82,7 @@ class CustomerLostPasswordForm extends BaseForm
|
|||||||
{
|
{
|
||||||
$customer = CustomerQuery::create()->findOneByEmail($value);
|
$customer = CustomerQuery::create()->findOneByEmail($value);
|
||||||
if (null === $customer) {
|
if (null === $customer) {
|
||||||
$context->addViolation("This email does not exists exists");
|
$context->addViolation("This email does not exists");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user