X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d2efc2f47f0c3e1d4d2df0255db392b8e31e3666..3a5c20c17e4228ad37a35e7267ab890c7ae92bcb:/app/Http/Controllers/Auth/ResetPasswordController.php diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php index bd64793f9..56f1cf026 100644 --- a/app/Http/Controllers/Auth/ResetPasswordController.php +++ b/app/Http/Controllers/Auth/ResetPasswordController.php @@ -41,9 +41,9 @@ class ResetPasswordController extends Controller */ protected function sendResetResponse($response) { - $message = 'Your password has been successfully reset.'; + $message = trans('auth.reset_password_success'); session()->flash('success', $message); return redirect($this->redirectPath()) ->with('status', trans($response)); } -} \ No newline at end of file +}