3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-06 11:55:37 +00:00

Merge branch 'develop' into snipeit_v7_laravel10

This commit is contained in:
Brady Wetherington
2024-05-20 12:55:29 +01:00
581 changed files with 263938 additions and 3120 deletions

View File

@ -72,7 +72,7 @@ class ProfileController extends Controller
if ($user->save()) {
return redirect()->route('profile')->with('success', 'Account successfully updated');
return redirect()->route('profile')->with('success', trans('account.general.profile_updated'));
}
return redirect()->back()->withInput()->withErrors($user->getErrors());