]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ResetPasswordController.php
Removing the selected image and clearing the dropdzone on dialog close.
[bookstack] / app / Http / Controllers / Auth / ResetPasswordController.php
index bd64793f9223078d375da6577af9a01cfd1a9fae..56f1cf026f0727af67bc51d785c012bd6b74daa7 100644 (file)
@@ -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
+}