// Fix update english key of translations in all files
This commit is contained in:
@@ -61,7 +61,7 @@ class PasswordControllerCore extends FrontController
|
||||
$customer->firstname.' '.$customer->lastname))
|
||||
$this->context->smarty->assign(array('confirmation' => 2, 'email' => $customer->email));
|
||||
else
|
||||
$this->errors[] = Tools::displayError('Error occurred when sending the e-mail.');
|
||||
$this->errors[] = Tools::displayError('Error occurred while sending the e-mail.');
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -92,7 +92,7 @@ class PasswordControllerCore extends FrontController
|
||||
$customer->firstname.' '.$customer->lastname))
|
||||
$this->context->smarty->assign(array('confirmation' => 1, 'email' => $customer->email));
|
||||
else
|
||||
$this->errors[] = Tools::displayError('Error occurred when sending the e-mail.');
|
||||
$this->errors[] = Tools::displayError('Error occurred while sending the e-mail.');
|
||||
}
|
||||
else
|
||||
$this->errors[] = Tools::displayError('An error occurred with your account and your new password cannot be sent to your e-mail. Please report your problem using the contact form.');
|
||||
|
||||
Reference in New Issue
Block a user