Browse Source

Mot de passe oublié : correctif libellé

feature/rotating_product
Guillaume Bourgeois 4 months ago
parent
commit
2d7fa0f410
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/controllers/SiteController.php

+ 1
- 1
frontend/controllers/SiteController.php View File

@@ -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é.");
}
}


Loading…
Cancel
Save