]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Controllers/Auth/ResetPasswordController.php
Fixed role permission removal bug
[bookstack] / app / Http / Controllers / Auth / ResetPasswordController.php
index bd64793f9223078d375da6577af9a01cfd1a9fae..eb678503d80828e7a7e700e42f2f335d252a20f4 100644 (file)
@@ -41,7 +41,7 @@ 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));