From 8f8a5c639b5c9fbdf4c263aba341d943e172ae07 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 20 Jun 2024 14:09:25 +0100 Subject: [PATCH] Updated profile translation string path Signed-off-by: snipe --- app/Http/Controllers/ProfileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());