ソースを参照

Mot de passe oublié : correctif libellé

feature/rotating_product
Guillaume Bourgeois 6ヶ月前
コミット
2d7fa0f410
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frontend/controllers/SiteController.php

+ 1
- 1
frontend/controllers/SiteController.php ファイルの表示

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


読み込み中…
キャンセル
保存