diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php index 0b1bce76af..41d0bbb5aa 100755 --- a/app/Http/Controllers/ProfileController.php +++ b/app/Http/Controllers/ProfileController.php @@ -67,7 +67,7 @@ class ProfileController extends Controller if ($user->save()) { - return redirect()->route('profile')->with('success', trans('account.general.profile_updated')); + return redirect()->route('profile')->with('success', trans('account/general.profile_updated')); } return redirect()->back()->withInput()->withErrors($user->getErrors());