Rename text : This email does not exists exists to This email does not exists

This commit is contained in:
GOLEO Bruno
2013-10-09 14:25:06 +02:00
parent 778fa9e4b5
commit c22e519be4
2 changed files with 1 additions and 1 deletions

BIN
composer.phar Executable file

Binary file not shown.

View File

@@ -82,7 +82,7 @@ class CustomerLostPasswordForm extends BaseForm
{
$customer = CustomerQuery::create()->findOneByEmail($value);
if (null === $customer) {
$context->addViolation("This email does not exists exists");
$context->addViolation("This email does not exists");
}
}