Explorar el Código

Mot de passe oublié : correctif libellé

feature/rotating_product
Guillaume Bourgeois hace 6 meses
padre
commit
2d7fa0f410
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frontend/controllers/SiteController.php

+ 1
- 1
frontend/controllers/SiteController.php Ver fichero

@@ -446,7 +446,7 @@ class SiteController extends FrontendController
return $this->goHome();
}
else {
$this->setFlash('error', 'Sorry, we are unable to reset password for email provided.');
$this->setFlash('error', "Désolé, aucun compte associé à cette adresse email n'a été trouvé.");
}
}


Cargando…
Cancelar
Guardar